X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetopt;h=39751bf331a2f088303549ae6abe6c9067f3b308;hb=e349e3d9c187700b118e0bac80aedd2ea8e764bc;hp=e0b67b69fa8c33f015aeb37573c8689ab8ff9561;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/getopt b/modules/getopt index e0b67b69f..39751bf33 100644 --- a/modules/getopt +++ b/modules/getopt @@ -2,7 +2,7 @@ Description: Process command line arguments. Files: -lib/getopt_.h +lib/getopt.in.h lib/getopt.c lib/getopt1.c lib/getopt_int.h @@ -17,13 +17,12 @@ gl_GETOPT Makefile.am: BUILT_SOURCES += $(GETOPT_H) -EXTRA_DIST += getopt_.h getopt.c getopt1.c getopt_int.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -getopt.h: getopt_.h +getopt.h: getopt.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/getopt_.h; \ + cat $(srcdir)/getopt.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += getopt.h getopt.h-t