diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-01 11:40:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-01 11:40:52 +0000 |
commit | b0d42f0a5c1305aabe28ad92839dfee3bb75e1a0 (patch) | |
tree | 89926f95184b545b76ff6a0670f282d65c4c72e4 /lib | |
parent | 3491fe9797e8d0cbc53880a2e33e3f625dbaa096 (diff) | |
download | coreutils-b0d42f0a5c1305aabe28ad92839dfee3bb75e1a0.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 781cec209..5a922d431 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -123,7 +123,7 @@ DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ libfetish_a_SOURCES = \ getdate.y posixtm.c addext.c argmatch.c backupfile.c basename.c \ - canon-host.c closeout.c dirname.c exclude.c filemode.c diacrit.c \ + canon-host.c closeout.c diacrit.c dirname.c exclude.c filemode.c \ full-write.c getopt.c getopt1.c getugroups.c hard-locale.c hash.c \ human.c idcache.c isdir.c linebuffer.c localcharset.c long-options.c \ makepath.c md5.c memcasecmp.c memcoll.c modechange.c path-concat.c \ @@ -172,7 +172,7 @@ ANSI2KNR = ../src/ansi2knr libfetish_a_AR = $(AR) cru am_libfetish_a_OBJECTS = getdate$U.o posixtm$U.o addext$U.o \ argmatch$U.o backupfile$U.o basename$U.o canon-host$U.o closeout$U.o \ -dirname$U.o exclude$U.o filemode$U.o diacrit$U.o full-write$U.o \ +diacrit$U.o dirname$U.o exclude$U.o filemode$U.o full-write$U.o \ getopt$U.o getopt1$U.o getugroups$U.o hard-locale$U.o hash$U.o \ human$U.o idcache$U.o isdir$U.o linebuffer$U.o localcharset$U.o \ long-options$U.o makepath$U.o md5$U.o memcasecmp$U.o memcoll$U.o \ |