diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-24 15:19:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-24 15:19:40 +0000 |
commit | b3601c900a90e589af48a79d25bc129e19325e69 (patch) | |
tree | 29268c36eb7a74a27acd4b3dfc649bdfb43aef3b /lib | |
parent | a3be1616713b07ec29bb1c4d71c4f99a8ecfced5 (diff) | |
download | coreutils-b3601c900a90e589af48a79d25bc129e19325e69.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 4d7642f96..076da9dfe 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -413,7 +413,7 @@ libfetish_a_SOURCES = \ posixtm.c posixtm.h \ posixver.c posixver.h \ strftime.c strftime.h \ - getopt.c getopt.h getopt1.c \ + getopt.c getopt.h getopt1.c getopt_int.h \ hash.c hash.h \ hash-pjw.c hash-pjw.h \ __fpending.h \ |