X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fgetopt-posix;h=39b10a40ad2a62b0b5aba59d1fd728bf488e301f;hb=bf2664dc000e0bd9c460b8fa6297dcfe7d8fa9ef;hp=a3ae9f132af2949345e89ac8e5a1324e0a73bcee;hpb=e0bf16819c83c3ef1d11bf373f5f90a1f09c534c;p=pspp diff --git a/modules/getopt-posix b/modules/getopt-posix index a3ae9f132a..39b10a40ad 100644 --- a/modules/getopt-posix +++ b/modules/getopt-posix @@ -29,6 +29,7 @@ getopt.h: getopt.in.h $(ARG_NONNULL_H) sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ < $(srcdir)/getopt.in.h; \ @@ -40,7 +41,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc