2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>

* Makefile.def: Remove order dependency comments.
	* Makefile.tpl: Add explicit install-install dependencies.
	* Makefile.in: Regenerate.
This commit is contained in:
Nathanael Nerode
2002-10-02 06:29:04 +00:00
parent 8412ce72a2
commit a95905273a
4 changed files with 24 additions and 12 deletions

View File

@ -6,7 +6,6 @@ host_modules= { module= autoconf; };
host_modules= { module= automake; };
host_modules= { module= bash; };
host_modules= { module= bfd; };
// Put install-opcodes before install-binutils: should be Makefile dependency.
host_modules= { module= opcodes; };
host_modules= { module= binutils; };
host_modules= { module= bison; no_check_cross= true; };
@ -32,7 +31,6 @@ host_modules= { module= gzip; };
host_modules= { module= hello; };
host_modules= { module= indent; };
host_modules= { module= intl; };
// Put install-tcl before install-itcl: should be Makefile dependency.
host_modules= { module= tcl; };
host_modules= { module= itcl; };
host_modules= { module= ld; };