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 | a95905273acefff115d380beac584282c644b308 (patch) | |
tree | ad5a9b1a27946efe484d6e938709e2356e55b02e /Makefile.def | |
parent | 8412ce72a2f569957d596aec72d02844a4d2b283 (diff) | |
download | gdb-a95905273acefff115d380beac584282c644b308.zip gdb-a95905273acefff115d380beac584282c644b308.tar.gz gdb-a95905273acefff115d380beac584282c644b308.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; }; |