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

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

Arch Librarian лет назад: 22
Родитель
Сommit
8484ee1782
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      buildlib/makefile.in

+ 2 - 1
buildlib/makefile.in

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