Explorar o código

dont include sub makefiles if thread support has been disabled

Mike Frysinger %!s(int64=18) %!d(string=hai) anos
pai
achega
f665baae82
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      libpthread/Makefile.in

+ 2 - 0
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