Browse Source

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

Arch Librarian 22 years ago
parent
commit
8484ee1782
1 changed files with 2 additions and 1 deletions
  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