Преглед на файлове

dont include sub makefiles if thread support has been disabled

Mike Frysinger преди 18 години
родител
ревизия
f665baae82
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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.
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 #
 
 
+ifneq ($(PTNAME),)
 include $(PTDIR)/Makefile.in
 include $(PTDIR)/Makefile.in
 include $(PTDIR)_db/Makefile.in
 include $(PTDIR)_db/Makefile.in
+endif