diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-15 19:21:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-15 19:21:40 +0000 |
commit | 576dca29093151ea439f5389380b0b6a630b6e8c (patch) | |
tree | 3457be8f3246f44673a74388be75af204ef4a9f9 /lib | |
parent | 60d48b0f327a4073a195d3400656ce413127ff9b (diff) | |
download | coreutils-576dca29093151ea439f5389380b0b6a630b6e8c.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 a408b3bc8..c800d30ca 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -161,7 +161,7 @@ libfetish_a_SOURCES = \ getdate.h getdate.y \ posixtm.c posixtm.h \ posixver.c posixver.h \ - strftime.c \ + strftime.c strftime.h \ getopt.c getopt.h getopt1.c \ hash.c hash.h \ hash-pjw.c hash-pjw.h \ |