diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-23 17:34:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-23 17:34:05 +0000 |
commit | 3eb991fe9e2607d8060bf3612a5573bb8e2f0535 (patch) | |
tree | 23af52ab6981358265a8abd0714c91dd53afa7b7 /lib | |
parent | 42401183af3f2d950ef528754106c973ceb8dffd (diff) | |
download | coreutils-3eb991fe9e2607d8060bf3612a5573bb8e2f0535.tar.xz |
whoops: getopt_int.h, not getopt_int.c.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 12c43f51e..bf7d22a16 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 \ |