X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstdio;h=eba4c8b04fd95fdeb0fb2a373dc889b31d12cfd5;hb=ab681e53f8100fdb144e0a100d6f2da9ff7c005f;hp=519b15745b42f17b8bce1995979269633b9ffee3;hpb=1875901e8d0bd6b30cbee33e223f1bebdaee9182;p=pspp diff --git a/modules/stdio b/modules/stdio index 519b15745b..eba4c8b04f 100644 --- a/modules/stdio +++ b/modules/stdio @@ -21,6 +21,7 @@ stdio.h: stdio_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \ + -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \