X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=ccd26ed252bf3ee4450cd3bc1b929d52a717e371;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=0fafba33e078985c4a11c02c4ea61f820d4aefc7;hpb=3f57323e35a3258011bdb56374c78a9461336ce7;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index 0fafba33e..ccd26ed25 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -20,8 +20,11 @@ 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' \ < $(srcdir)/fcntl.in.h; \ } > $@-t mv $@-t $@