From c7b1e319fbf9b9ac820208d17fc6a18382824da1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Jul 2002 05:12:16 +0000 Subject: Kill ill advised find command that was not doing anything productive, but did annoying things instead. -Erik --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3