summaryrefslogtreecommitdiff
path: root/buildlib/makefile.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:05 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:05 +0000
commit51761e5ec35b4d5b41b657eafbb96ac2e7a692e2 (patch)
tree9e13829ac54a7800f1eb16cfb67a1db7fcb950ee /buildlib/makefile.in
parent83ab33fcc08192f31fc02e680b84aa8489f76c50 (diff)
Fixed configure
Author: jgg Date: 1999-10-31 07:04:28 GMT Fixed configure
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r--buildlib/makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in
index 6e28f754d..7fceb9f4a 100644
--- a/buildlib/makefile.in
+++ b/buildlib/makefile.in
@@ -35,3 +35,8 @@ ifneq ($(words $(MISSING_DIRS)),0)
else
@echo > /dev/null
endif
+ifneq ($(HAVE_C9X),yes)
+ -@rm include/inttypes.h
+else
+ @cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h
+endif