summaryrefslogtreecommitdiff
path: root/buildlib/makefile.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:06 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:06 +0000
commit8484ee17823bf05287b3e877e23c576ed65b8f2c (patch)
tree19de48d8cab45f44a035cae49db8c56c422fbe5e /buildlib/makefile.in
parent51761e5ec35b4d5b41b657eafbb96ac2e7a692e2 (diff)
fixed makefile
Author: jgg Date: 1999-10-31 07:25:11 GMT fixed makefile
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r--buildlib/makefile.in3
1 files changed, 2 insertions, 1 deletions
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