From: Jim Meyering Date: Fri, 1 Jul 1994 18:06:49 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~669 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1920a67e20f0180663457aa6e98e00402cbbf38;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 27b68628a5..7607694682 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -38,12 +38,12 @@ getversion.c group-member.c idcache.c isdir.c makepath.c \ modechange.c mountlist.c safe-read.c savedir.c \ stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \ fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c stpcpy.c \ -strdup.c strstr.c alloca.c +strdup.c strstr.c alloca.c long-options.c OBJECTS = getdate.o posixtm.o \ argmatch.o backupfile.o basename.o dirname.o eaccess.o \ error.o filemode.o full-write.o getopt.o getopt1.o \ -getversion.o group-member.o idcache.o isdir.o makepath.o \ +getversion.o group-member.o idcache.o isdir.o long-options.o makepath.o \ modechange.o safe-read.o savedir.o \ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \ @LIBOBJS@ @ALLOCA@