소스 검색

fixed makefile
Author: jgg
Date: 1999-10-31 07:25:11 GMT
fixed makefile

Arch Librarian 22 년 전
부모
커밋
8484ee1782
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      buildlib/makefile.in

+ 2 - 1
buildlib/makefile.in

@@ -5,6 +5,7 @@
 ifndef NOISY
 ifndef NOISY
 .SILENT:
 .SILENT:
 endif
 endif
+include environment.mak
 
 
 SRCDIR=@top_srcdir@
 SRCDIR=@top_srcdir@
 DIRS:=./docs ./bin ./obj ./include ./scripts
 DIRS:=./docs ./bin ./obj ./include ./scripts
@@ -35,7 +36,7 @@ ifneq ($(words $(MISSING_DIRS)),0)
 else
 else
 	@echo > /dev/null
 	@echo > /dev/null
 endif	
 endif	
-ifneq ($(HAVE_C9X),yes)
+ifeq ($(HAVE_C9X),yes)
 	-@rm include/inttypes.h	
 	-@rm include/inttypes.h	
 else
 else
 	@cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h
 	@cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h