diff options
author | Jim Meyering <jim@meyering.net> | 1994-01-26 18:22:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-01-26 18:22:44 +0000 |
commit | 63e9766256432fc1099d822abe86606963c78a0b (patch) | |
tree | 7b09fc09816ba98ec1a729a63706f401c3fde1d7 | |
parent | 35b0248480191b7b187048411054d30c9142962b (diff) | |
download | coreutils-63e9766256432fc1099d822abe86606963c78a0b.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index d80dee4f4..c9cc7968d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -33,18 +33,18 @@ libdir = $(exec_prefix)/lib SOURCES = getdate.y posixtm.y \ argmatch.c backupfile.c basename.c dirname.c eaccess.c \ -error.c filemode.c fsusage.c getopt.c getopt1.c \ +error.c filemode.c fsusage.c full-write.c getopt.c getopt1.c \ getversion.c idcache.c isdir.c makepath.c \ -modechange.c mountlist.c savedir.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 OBJECTS = getdate.o posixtm.o \ argmatch.o backupfile.o basename.o dirname.o eaccess.o \ -error.o filemode.o getopt.o getopt1.o \ +error.o filemode.o full-write.o getopt.o getopt1.o \ getversion.o idcache.o isdir.o makepath.o \ -modechange.o savedir.o \ +modechange.o safe-read.o savedir.o \ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \ @LIBOBJS@ @ALLOCA@ |