From: Jim Meyering Date: Wed, 2 Oct 1996 02:57:29 +0000 (+0000) Subject: . X-Git-Tag: cvs-readonly~8467 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c062de8990161ec8a767b76f5c9fd4545073e70e;p=gnulib.git . --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 77f87a45a..bb680f88f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -41,7 +41,7 @@ transform = @program_transform_name@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \ -ftruncate.c getdate.y group-member.c memcmp.c memcpy.c memset.c \ +ftruncate.c getdate.y getline.c group-member.c memcmp.c memcpy.c memset.c \ mkdir.c mktime.c mountlist.c obstack.c posixtm.y regex.c rx.c \ rename.c rmdir.c rpmatch.c \ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c @@ -49,7 +49,7 @@ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c INCLUDES = -I.. -I$(srcdir) INCLUDES = -I.. -I$(srcdir) -I../intl -fu_SOURCES = getdate.c getline.c getopt.c getopt1.c posixtm.c \ +fu_SOURCES = getdate.c getopt.c getopt1.c posixtm.c \ argmatch.c backupfile.c \ dirname.c fileblocks.c filemode.c \ full-write.c getversion.c idcache.c \ @@ -77,7 +77,7 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ fu_DEPENDENCIES = @LIBOBJS@ @ALLOCA@ -fu_OBJECTS = getdate.o getline.o getopt.o getopt1.o posixtm.o argmatch.o \ +fu_OBJECTS = getdate.o getopt.o getopt1.o posixtm.o argmatch.o \ backupfile.o dirname.o fileblocks.o filemode.o full-write.o \ getversion.o idcache.o isdir.o long-options.o makepath.o modechange.o \ path-concat.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \