summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-08-19 13:50:42 +0000
committerJim Meyering <jim@meyering.net>1994-08-19 13:50:42 +0000
commit257b028a06490f8769aeda4a5d1169f2442fb18a (patch)
tree392dc78d27e28db146623c3623a8d747c32249cf /lib
parent86ba2b2bdf720a680c520831ab9f0c7808363091 (diff)
downloadcoreutils-257b028a06490f8769aeda4a5d1169f2442fb18a.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 32c3d9b88..458b516b1 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -50,7 +50,7 @@ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
DISTFILES = Makefile.in backupfile.h getopt.h modechange.h \
fnmatch.h fsusage.h mountlist.h pathmax.h safe-xstat.c.in safe-xstat.h.in \
-$(SOURCES)
+getdate.c posixtm.c $(SOURCES)
all: libfu.a
@@ -148,6 +148,7 @@ getopt1.o: getopt.h
modechange.o: modechange.h
mountlist.o: mountlist.h
xgetcwd.o: pathmax.h
+eaccess.o fsusage.o isdir.o makepath.o mkdir.o rename.o: safe-stat.h
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.