summaryrefslogtreecommitdiff
path: root/modules/inttypes
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-30 03:09:15 +0200
committerBruno Haible <bruno@clisp.org>2008-08-30 03:09:15 +0200
commitc2318e88599d84748f3537b54646913f0af0eb20 (patch)
treefaae2b8061a1fc690faeea900d93980acf62e12c /modules/inttypes
parentdab70a1d6f9de4a28cde076f441ea98bb16690b2 (diff)
downloadgnulib-c2318e88599d84748f3537b54646913f0af0eb20.tar.gz
Avoid some "gcc -pedantic" warnings.
Diffstat (limited to 'modules/inttypes')
-rw-r--r--modules/inttypes3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/inttypes b/modules/inttypes
index 91907d99c6..e66c491361 100644
--- a/modules/inttypes
+++ b/modules/inttypes
@@ -23,7 +23,8 @@ inttypes.h: inttypes.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
- -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
+ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
-e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \