diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-08 01:31:57 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-08 01:31:57 +0000 |
commit | e7b47af3cd8428e8e6b66ba9d35c667076bec57c (patch) | |
tree | be4202f85e0a6f13c1a635855394ddde3a2d7654 /libpthread | |
parent | e9318574fecb1f861bb0a321a96c3b55f3b331ee (diff) | |
download | uClibc-alpine-e7b47af3cd8428e8e6b66ba9d35c667076bec57c.tar.bz2 uClibc-alpine-e7b47af3cd8428e8e6b66ba9d35c667076bec57c.tar.xz |
Sync with trunk.
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/Makefile | 4 |
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 |