summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59f5bb8ea..ae0142e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -375,6 +375,7 @@ distclean clean:
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;
@if [ $(TARGET_ARCH) = "mipsel" ]; then \
+ $(MAKE) -C libc/sysdeps/linux/mips clean; \
rm -f ldso/ldso/mipsel; \
rm -f libc/sysdeps/linux/mipsel; \
rm -f libpthread/linuxthreads/sysdeps/mipsel; \