diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:06 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:06 +0000 |
commit | 8484ee17823bf05287b3e877e23c576ed65b8f2c (patch) | |
tree | 19de48d8cab45f44a035cae49db8c56c422fbe5e /buildlib/makefile.in | |
parent | 51761e5ec35b4d5b41b657eafbb96ac2e7a692e2 (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.in | 3 |
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 |