From 006b3fd5c8503b51be482468552c23e56eb84811 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 24 Jul 2002 16:34:31 +0000 Subject: This rule is only necessary for little endian MIPS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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); \ -- cgit v1.2.3