summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66ec7b700..e41c5f211 100644
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,7 @@ distclean clean:
@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;
- @if [ $(TARGET_ARCH) = "mipsel" -o $(TARGET_ARCH) = "mips" ]; then \
+ @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); \