summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0c199a2df..59f5bb8ea 100644
--- a/Makefile
+++ b/Makefile
@@ -375,10 +375,9 @@ distclean clean:
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;
@if [ $(TARGET_ARCH) = "mipsel" ]; then \
- rm -f libc/sysdeps/linux/$(TARGET_ARCH); \
- rm -f ldso/ldso/$(TARGET_ARCH); \
- rm -f libpthread/linuxthreads/sysdeps/$(TARGET_ARCH); \
- find . -type l -exec rm -f {} \; ; \
+ rm -f ldso/ldso/mipsel; \
+ rm -f libc/sysdeps/linux/mipsel; \
+ rm -f libpthread/linuxthreads/sysdeps/mipsel; \
fi;
dist release: distclean