diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-02 06:29:04 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-02 06:29:04 +0000 |
commit | 61ef56f9bc27c552febc0c0e86ce4be6cacec7dc (patch) | |
tree | e421dcdfad9e6a5e879483d1cc55d771d8cb51ca /Makefile.def | |
parent | 1f36f8f162d425c65a27e804173388b6f7be02c2 (diff) | |
download | binutils-redhat-61ef56f9bc27c552febc0c0e86ce4be6cacec7dc.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.
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 f1d9878475..754b79ee08 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; }; |