changeset 292:5c85c33d8ffa

.
author Jim Meyering <jim@meyering.net>
date Fri, 19 Aug 1994 13:50:42 +0000
parents b70199568782
children 3f0bdbc1006f
files lib/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -50,7 +50,7 @@
 
 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 @@
 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.