Makefile.in: Regen dependencies.

* lib/Makefile.in: Regen dependencies.
* makeinfo/Makefile.in, util/Makefile.in: Likewise.

From-SVN: r25391
This commit is contained in:
Alexandre Oliva 1999-02-24 01:03:01 +00:00 committed by Alexandre Oliva
parent ae069bb08a
commit 76dc72a7e5
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,8 @@
1999-02-24 Alexandre Oliva <oliva@dcc.unicamp.br>
* lib/Makefile.in: Regen dependencies.
* makeinfo/Makefile.in, util/Makefile.in: Likewise.
1999-02-01 Manfred Hollstein <manfred@s-direktnet.de>
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"

View File

@ -206,10 +206,10 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
getopt.o: getopt.c getopt.h
getopt1.o: getopt1.c getopt.h
getopt.o: getopt.c ../config.h getopt.h
getopt1.o: getopt1.c ../config.h getopt.h
xmalloc.o: xmalloc.c
xstrdup.o: xstrdup.c
xstrdup.o: xstrdup.c ../config.h
info:
dvi:

View File

@ -207,8 +207,9 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
makeinfo.o: makeinfo.c ../lib/system.h ../lib/getopt.h makeinfo.h
multi.o: multi.c ../lib/system.h makeinfo.h
makeinfo.o: makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h \
makeinfo.h
multi.o: multi.c ../lib/system.h ../config.h makeinfo.h
info:
dvi:

View File

@ -219,6 +219,10 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
install-info.o: install-info.c ../lib/system.h ../config.h \
../lib/getopt.h
texindex.o: texindex.c ../lib/system.h ../config.h ../lib/getopt.h
info:
dvi:
check: all