diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-18 12:52:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-18 12:52:17 +0000 |
commit | f6666438e8783c36e515f03904533d4ff2ea387e (patch) | |
tree | 70194272fd7cc0d59d260bfb9d46230ea5313397 /libpthread/linuxthreads | |
parent | 5016062735e34d4474e9c0305b51ebae90ab7a4a (diff) |
- do not list non-existing files in the threads prerequisites
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index f44677372..0529c613c 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -124,8 +124,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 |