2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>

* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
	* Makefile.in: Regenerate.
This commit is contained in:
Nathanael Nerode 2002-12-18 05:23:49 +00:00
parent b0ae479f36
commit 5b6edf6661
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.
2002-12-16 Jason Merrill <jason@redhat.com>
* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a

View File

@ -1070,8 +1070,9 @@ info: do-info
installcheck: do-installcheck
dvi: do-dvi
# Make sure makeinfo is built before we do a `make info'.
do-info: all-texinfo
# Make sure makeinfo is built before we do a `make info', if we're
# in fact building texinfo.
do-info: maybe-all-texinfo
install-info: do-install-info dir.info
s=`cd $(srcdir); ${PWD}`; export s; \

View File

@ -627,8 +627,9 @@ info: do-info
installcheck: do-installcheck
dvi: do-dvi
# Make sure makeinfo is built before we do a `make info'.
do-info: all-texinfo
# Make sure makeinfo is built before we do a `make info', if we're
# in fact building texinfo.
do-info: maybe-all-texinfo
install-info: do-install-info dir.info
s=`cd $(srcdir); ${PWD}`; export s; \