OSDN Git Service

2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
authorneroden <neroden>
Wed, 18 Dec 2002 05:23:48 +0000 (05:23 +0000)
committerneroden <neroden>
Wed, 18 Dec 2002 05:23:48 +0000 (05:23 +0000)
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index 3946cf2..ac6131d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 881c925..7090ce0 100644 (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; \
index b2f7442..b59f491 100644 (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; \