summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-18 12:52:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-18 12:52:17 +0000
commitf6666438e8783c36e515f03904533d4ff2ea387e (patch)
tree70194272fd7cc0d59d260bfb9d46230ea5313397 /libpthread/linuxthreads.old/Makefile.in
parent5016062735e34d4474e9c0305b51ebae90ab7a4a (diff)
- do not list non-existing files in the threads prerequisites
Diffstat (limited to 'libpthread/linuxthreads.old/Makefile.in')
-rw-r--r--libpthread/linuxthreads.old/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in
index cae839360..aad58170a 100644
--- a/libpthread/linuxthreads.old/Makefile.in
+++ b/libpthread/linuxthreads.old/Makefile.in
@@ -111,8 +111,7 @@ include/bits/pthreadtypes.h: | include/bits
linuxthreads_headers := include/pthread.h include/semaphore.h \
include/bits/pthreadtypes.h
-$(linuxthreads_headers): include/config/linuxthreads/old.h \
- include/config/linuxthreads/new.h
+$(linuxthreads_headers): $(wildcard $(addprefix include/config/linuxthreads/,old.h new.h))
headers-$(UCLIBC_HAS_THREADS) += $(linuxthreads_headers)
objclean-y += libpthread_clean