Просмотр исходного кода

dont include sub makefiles if thread support has been disabled

Mike Frysinger 18 лет назад
Родитель
Сommit
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.
 #
 
+ifneq ($(PTNAME),)
 include $(PTDIR)/Makefile.in
 include $(PTDIR)_db/Makefile.in
+endif