From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:06 +0000 (+0000) Subject: fixed makefile X-Git-Tag: 0.7.24ubuntu1~1222 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8484ee17823bf05287b3e877e23c576ed65b8f2c fixed makefile Author: jgg Date: 1999-10-31 07:25:11 GMT fixed makefile --- 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