summaryrefslogtreecommitdiff
path: root/modules/fchdir
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/fchdir
parentdab70a1d6f9de4a28cde076f441ea98bb16690b2 (diff)
downloadgnulib-c2318e88599d84748f3537b54646913f0af0eb20.tar.gz
Avoid some "gcc -pedantic" warnings.
Diffstat (limited to 'modules/fchdir')
-rw-r--r--modules/fchdir1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fchdir b/modules/fchdir
index 7cb47ddda2..366831413c 100644
--- a/modules/fchdir
+++ b/modules/fchdir
@@ -29,6 +29,7 @@ dirent.h: dirent.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
-e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
< $(srcdir)/dirent.in.h; \