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 | bc8ede4f74651f99b31a6ab0f27c242641df58d4 (patch) | |
tree | ebba72acc11f9a2a49123c9abf97e344106d3c1e /Makefile.def | |
parent | e1ee803bf7684dd88867e088fc9a9d5752480956 (diff) | |
download | gdb-bc8ede4f74651f99b31a6ab0f27c242641df58d4.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 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; }; |