summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-02 02:57:29 +0000
committerJim Meyering <jim@meyering.net>1996-10-02 02:57:29 +0000
commitc062de8990161ec8a767b76f5c9fd4545073e70e (patch)
tree74686e1cf2b9d040080be019e7ff29935120dced
parent21454c8399706ffd284e22f27e48a62c0e07e8e5 (diff)
downloadgnulib-c062de8990161ec8a767b76f5c9fd4545073e70e.tar.gz
-rw-r--r--lib/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 77f87a45a3..bb680f88f0 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 \