@@ -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
-ifneq ($(HAVE_C9X),yes)
+ifeq ($(HAVE_C9X),yes)
-@rm include/inttypes.h
@cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h