X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=ccd26ed252bf3ee4450cd3bc1b929d52a717e371;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=8e1f327a9260c837129deaaef1c63eec415da693;hpb=5e6b92bb993a0e913877c495687556df918d7d86;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index 8e1f327a9..ccd26ed25 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -20,7 +20,8 @@ BUILT_SOURCES += $(FCNTL_H) fcntl.h: fcntl.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \ -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \