From: Jim Meyering Date: Fri, 1 Jul 1994 18:06:49 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdaaa65b9ef1de12ca28bad670bfb5b559df5236;p=pspp . --- 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@