From 0576579a4bb60d27d0ffcc187ce2af096fe0c173 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 23:12:18 +0000 Subject: remove unused headers on install and clean up all thread related ones --- libpthread/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/Makefile b/libpthread/Makefile index 79f667cb5..a8788125d 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -129,6 +129,8 @@ $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy clean: subdirs_clean $(RM) *.[oa] *~ core $(LIBPTHREAD) $(LIBPTHREAD_SHARED_FULLNAME) \ $(LIBTHREAD_DB) $(LIBTHREAD_DB_SHARED_FULLNAME) \ - $(RM) $(TOPDIR)include/pthread.h $(TOPDIR)include/semaphore.h + $(RM) $(TOPDIR)include/pthread.h $(TOPDIR)include/semaphore.h \ + $(RM) $(TOPDIR)include/bits/pthreadtypes.h $(TOPDIR)include/bits/semaphore.h \ + $(RM) $(TOPDIR)include/bits/libc-lock.h $(TOPDIR)include/bits/stdio-lock .PHONY: dummy -- cgit v1.2.3