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 | cf605cdabaebe0ee68713040d99e9f29afb7a945 (patch) | |
tree | 451f552deca81a9faf3c01b4548acfc5f5e9b4bb /Makefile.def | |
parent | d3456062436d5d1ea22082ab9731eec02b0be020 (diff) | |
download | newlib-cf605cdabaebe0ee68713040d99e9f29afb7a945.zip newlib-cf605cdabaebe0ee68713040d99e9f29afb7a945.tar.gz newlib-cf605cdabaebe0ee68713040d99e9f29afb7a945.tar.bz2 |
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 f1d9878..754b79e 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; }; |