Parcourir la source

dont include sub makefiles if thread support has been disabled

Mike Frysinger il y a 20 ans
Parent
commit
f665baae82
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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