diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-02 02:57:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-02 02:57:29 +0000 |
commit | 9b34a4a7c6d48a18d038c3887a3f043990b48edd (patch) | |
tree | b4e46a3914bc00a576c7fd93fd1b53a38d084f0e | |
parent | 56c8b44ec6d90d081f918748b0b3330059426366 (diff) | |
download | coreutils-FILEUTILS-3_13g.tar.gz coreutils-FILEUTILS-3_13g.tar.bz2 coreutils-FILEUTILS-3_13g.zip |
-rw-r--r-- | lib/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |