Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate. From-SVN: r60233
This commit is contained in:
parent
d5db5b9790
commit
212f6dd0fe
3 changed files with 11 additions and 4 deletions
|
@ -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-17 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* config.sub: Import from master repository
|
||||
|
|
|
@ -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; \
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue