From 015ad0a983af7c7769b91b5a85ae2b53e9a5a21d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 1 May 2000 11:40:52 +0000 Subject: [PATCH] . --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 781cec2091..5a922d4317 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 \ -- 2.30.2