summaryrefslogtreecommitdiff
path: root/modules/search
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/search
parentdab70a1d6f9de4a28cde076f441ea98bb16690b2 (diff)
downloadgnulib-c2318e88599d84748f3537b54646913f0af0eb20.tar.gz
Avoid some "gcc -pedantic" warnings.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/search b/modules/search
index 1866884436..8ba2a1c2a2 100644
--- a/modules/search
+++ b/modules/search
@@ -21,7 +21,8 @@ search.h: search.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_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_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \
-e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \
-e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \