From b52e867b793000a08d2eea36daa182c272d8827f Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 27 Jun 2001 17:58:05 +0000 Subject: For now, we need to explicitly make clean in libc/unistd (sysconf stuff) and libc/sysdeps/linux/common (unified syscall stuff). --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ee680b4a..c081116f3 100644 --- a/Makefile +++ b/Makefile @@ -213,6 +213,8 @@ clean: - find include -type l -exec rm -f {} \; - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \; $(MAKE) -C ldso clean + $(MAKE) -C libc/sysdeps/linux/common clean + $(MAKE) -C libc/unistd clean .PHONY: dummy subdirs -- cgit v1.2.3