summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-18 06:09:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-18 06:09:14 +0000
commitf665baae825ff4b1efbccfb263dac93fea0fe0a5 (patch)
tree83c2875fb1b0cc1355e5d4114eddac58e50cfce1 /libpthread
parent7b685beb8a4a728e4d39e1a0a34cd5a6477b76f0 (diff)
dont include sub makefiles if thread support has been disabled
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/Makefile.in2
1 files changed, 2 insertions, 0 deletions
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