From 726b66de5cffd0069a0117fc2fbc5207608c0197 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 25 Jul 2002 21:16:43 +0000 Subject: Addition to 'distclean' for little endian MIPS. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e41c5f211..0c199a2df 100644 --- a/Makefile +++ b/Makefile @@ -378,6 +378,7 @@ distclean clean: 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 {} \; ; \ fi; dist release: distclean -- cgit v1.2.3