diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 06:27:24 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 06:27:24 +0000 |
commit | aca8ad752388ad565a7aab15b1e351938bd4b921 (patch) | |
tree | a3f67903a5e43dd9017639d5eeec19e31a0138eb /Makefile.def | |
parent | 26c4d49d7e443bced6ded41f4823846aaa2a4482 (diff) | |
download | gcc-aca8ad752388ad565a7aab15b1e351938bd4b921.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def index f1d9878475f..754b79ee08a 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; }; |