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:
		
							parent
							
								
									b0ae479f36
								
							
						
					
					
						commit
						5b6edf6661
					
				|  | @ -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 | ||||
|  |  | |||
|  | @ -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…
	
		Reference in New Issue