From 90d779b0c31cdc7952050231f436a1cdf4b530f2 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 6 Oct 2005 04:18:36 +0000 Subject: Need to get both .o and .os files. (.os files are built for NPTL) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c54251dd2..2ba6d7c74 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ clean: @if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \ $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \ fi - -find . -name \*.o -exec $(RM) {} \; + -find . -name \*.o* -exec $(RM) {} \; distclean: clean -find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\#\* \) -exec $(RM) {} \; -- cgit v1.2.3