From f665baae825ff4b1efbccfb263dac93fea0fe0a5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 18 Nov 2005 06:09:14 +0000 Subject: dont include sub makefiles if thread support has been disabled --- libpthread/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/Makefile.in') diff --git a/libpthread/Makefile.in b/libpthread/Makefile.in index 4772cba32..bda935b5b 100644 --- a/libpthread/Makefile.in +++ b/libpthread/Makefile.in @@ -5,5 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +ifneq ($(PTNAME),) include $(PTDIR)/Makefile.in include $(PTDIR)_db/Makefile.in +endif -- cgit v1.2.3