Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 08:23:49 +0300
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 08:23:49 +0300
commit5b6edf66616f74cd11d8ed8b578a9adb9209c7ba (patch)
tree96a8d956e72d4fc21662aca3e924db4c67afd9b6
parentb0ae479f36786924127580955c641a8e73959da4 (diff)
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in5
-rw-r--r--Makefile.tpl5
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3946cf29f..ac6131d16 100644
--- 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
diff --git a/Makefile.in b/Makefile.in
index 881c92562..7090ce0df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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; \
diff --git a/Makefile.tpl b/Makefile.tpl
index b2f744257..b59f4911c 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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; \