소스 검색

dont include sub makefiles if thread support has been disabled

Mike Frysinger 20 년 전
부모
커밋
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