summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 06:29:04 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 06:29:04 +0000
commitcf605cdabaebe0ee68713040d99e9f29afb7a945 (patch)
tree451f552deca81a9faf3c01b4548acfc5f5e9b4bb /Makefile.def
parentd3456062436d5d1ea22082ab9731eec02b0be020 (diff)
downloadcygnal-cf605cdabaebe0ee68713040d99e9f29afb7a945.tar.gz
cygnal-cf605cdabaebe0ee68713040d99e9f29afb7a945.tar.bz2
cygnal-cf605cdabaebe0ee68713040d99e9f29afb7a945.zip
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.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index f1d987847..754b79ee0 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -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; };