summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:12:18 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:12:18 +0000
commit0576579a4bb60d27d0ffcc187ce2af096fe0c173 (patch)
tree4665f4fb6f95009d50fc12113413b86d4fdd922f /libpthread
parentd158350cf93415490dbce33273e9e3749889058d (diff)
remove unused headers on install and clean up all thread related ones
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/Makefile4
1 files changed, 3 insertions, 1 deletions
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