X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdlib;h=87c118804b07043bc1d083e7ebaa8782ef0d8c37;hb=e349e3d9c187700b118e0bac80aedd2ea8e764bc;hp=f7643cedf1ceb9d8988de872e7b43ea4451205b2;hpb=b52ae09f3a74d02e4f203c4b7703416d3b3b5461;p=gnulib.git diff --git a/modules/stdlib b/modules/stdlib index f7643cedf..87c118804 100644 --- a/modules/stdlib +++ b/modules/stdlib @@ -21,7 +21,8 @@ BUILT_SOURCES += stdlib.h stdlib.h: stdlib.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_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \