summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-08 01:30:59 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-08 01:30:59 +0000
commitded4332183bf5e662c30694237a8fe31b840fdf4 (patch)
treeb70e6afcf50613fb6549474493d337a870ab2a6c /libpthread
parent8e87f7ffea28e5b1bc693a40e7d79e6e6509eee9 (diff)
Fix up PTDIR bug and clean target for libpthread.
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile
index 6a8bb6d91..96631bfd0 100644
--- a/libpthread/Makefile
+++ b/libpthread/Makefile
@@ -61,6 +61,10 @@ headers_clean:
$(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
+ifeq ($(strip $(UCLIBC_HAS_THREADS_NATIVE)),y)
+ $(RM) $(PTNAME)/version.h $(PTDIR)/banner.h \
+ $(PTDIR)/sysdeps/unix/sysv/linux/rtld-libc-lowlevellock.c
+endif
clean: subdirs_clean headers_clean