From 75e3be2c706ebd829b5d544dd20b4a00ac4520ea Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 4 Oct 2005 14:47:17 +0000 Subject: Do not recurse into ldso/libc/libpthread on clean --- libpthread/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/Makefile b/libpthread/Makefile index 18292917a..a1cdcaedc 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -67,10 +67,12 @@ $(patsubst %, _dir_%, $(DIRS)) : dummy $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy $(MAKE) -C $(patsubst _dirclean_%, %, $@) clean -clean: subdirs_clean +headers_clean: $(RM) $(TOPDIR)include/pthread.h $(TOPDIR)include/semaphore.h \ $(TOPDIR)include/thread_db.h \ $(TOPDIR)include/bits/pthreadtypes.h $(TOPDIR)include/bits/semaphore.h \ $(TOPDIR)include/bits/libc-lock.h $(TOPDIR)include/bits/stdio-lock +clean: subdirs_clean headers_clean + .PHONY: dummy -- cgit v1.2.3