diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-18 06:09:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-18 06:09:14 +0000 |
commit | f665baae825ff4b1efbccfb263dac93fea0fe0a5 (patch) | |
tree | 83c2875fb1b0cc1355e5d4114eddac58e50cfce1 /libpthread/Makefile.in | |
parent | 7b685beb8a4a728e4d39e1a0a34cd5a6477b76f0 (diff) |
dont include sub makefiles if thread support has been disabled
Diffstat (limited to 'libpthread/Makefile.in')
-rw-r--r-- | libpthread/Makefile.in | 2 |
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 |