diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-21 23:12:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-21 23:12:18 +0000 |
commit | 0576579a4bb60d27d0ffcc187ce2af096fe0c173 (patch) | |
tree | 4665f4fb6f95009d50fc12113413b86d4fdd922f /libpthread/Makefile | |
parent | d158350cf93415490dbce33273e9e3749889058d (diff) |
remove unused headers on install and clean up all thread related ones
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 4 |
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 |