diff options
| -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 | 
