From: Jim Meyering Date: Tue, 23 Mar 2004 17:34:05 +0000 (+0000) Subject: whoops: getopt_int.h, not getopt_int.c. X-Git-Tag: COREUTILS-5_3_0~1959 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3eb991fe9e2607d8060bf3612a5573bb8e2f0535;p=platform%2Fupstream%2Fcoreutils.git whoops: getopt_int.h, not getopt_int.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 12c43f5..bf7d22a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ libfetish_a_SOURCES = \ posixtm.c posixtm.h \ posixver.c posixver.h \ strftime.c strftime.h \ - getopt.c getopt.h getopt1.c getopt_int.c \ + getopt.c getopt.h getopt1.c getopt_int.h \ hash.c hash.h \ hash-pjw.c hash-pjw.h \ __fpending.h \