diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-18 05:23:49 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-18 05:23:49 +0000 |
commit | 9910a9b5b52930ef244309d5d351e97b5ba3980d (patch) | |
tree | 026e4348bca734366e694a52dfa8f206e6bda0a9 /Makefile.tpl | |
parent | 7308b08d2284c94d3873a77ad054f805b536aba5 (diff) | |
download | gdb-9910a9b5b52930ef244309d5d351e97b5ba3980d.tar.gz |
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index b2f7442576d..b59f4911c21 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; \ |