From 8484ee17823bf05287b3e877e23c576ed65b8f2c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:06 +0000 Subject: fixed makefile Author: jgg Date: 1999-10-31 07:25:11 GMT fixed makefile --- buildlib/makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildlib/makefile.in') diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 7fceb9f4a..9fd9bd59b 100644 --- a/buildlib/makefile.in +++ b/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 -- cgit v1.2.3