From 76dc72a7e5ec7493f2fdfb1cc699c9e06716003f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 24 Feb 1999 01:03:01 +0000 Subject: [PATCH] Makefile.in: Regen dependencies. * lib/Makefile.in: Regen dependencies. * makeinfo/Makefile.in, util/Makefile.in: Likewise. From-SVN: r25391 --- texinfo/ChangeLog | 5 +++++ texinfo/lib/Makefile.in | 6 +++--- texinfo/makeinfo/Makefile.in | 5 +++-- texinfo/util/Makefile.in | 4 ++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 78f65961bff..f5ac597ba11 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,8 @@ +1999-02-24 Alexandre Oliva + + * lib/Makefile.in: Regen dependencies. + * makeinfo/Makefile.in, util/Makefile.in: Likewise. + 1999-02-01 Manfred Hollstein * util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS" diff --git a/texinfo/lib/Makefile.in b/texinfo/lib/Makefile.in index 6c0b5cd360b..ad8aa283be7 100644 --- a/texinfo/lib/Makefile.in +++ b/texinfo/lib/Makefile.in @@ -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: diff --git a/texinfo/makeinfo/Makefile.in b/texinfo/makeinfo/Makefile.in index 5947d6ca10a..a13701c7e46 100644 --- a/texinfo/makeinfo/Makefile.in +++ b/texinfo/makeinfo/Makefile.in @@ -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: diff --git a/texinfo/util/Makefile.in b/texinfo/util/Makefile.in index 5927d4ec423..f84608e16e7 100644 --- a/texinfo/util/Makefile.in +++ b/texinfo/util/Makefile.in @@ -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