From f6666438e8783c36e515f03904533d4ff2ea387e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 18 Oct 2008 12:52:17 +0000 Subject: - do not list non-existing files in the threads prerequisites --- libpthread/linuxthreads_db/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/linuxthreads_db') diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index 19d854714..75dcbc7a7 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/libpthread/linuxthreads_db/Makefile.in @@ -63,8 +63,7 @@ include/thread_db.h: $(do_ln) ../$(PTDIR)_db/$(@F) $(top_builddir)$@ linuxthreads_db_headers := include/thread_db.h -$(linuxthreads_db_headers): include/config/linuxthreads/old.h \ - include/config/linuxthreads/new.h +$(linuxthreads_db_headers): $(wildcard $(addprefix include/config/linuxthreads/,old.h new.h)) headers-$(PTHREADS_DEBUG_SUPPORT) += $(linuxthreads_db_headers) objclean-y += libthread_db_clean -- cgit v1.2.3