2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 2 Oct 2002 06:29:04 +0000 (06:29 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 2 Oct 2002 06:29:04 +0000 (06:29 +0000)
* Makefile.def: Remove order dependency comments.
* Makefile.tpl: Add explicit install-install dependencies.
* Makefile.in: Regenerate.

ChangeLog
Makefile.def
Makefile.in
Makefile.tpl

index ec66ab1f606754a159fb414967f5f16f10a7583b..20a5c570c2ed776c7c796b9f8c07a1935e5b0e03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
+
        * Makefile.tpl: Remove material now in src-release.  (Finally!)
        * Makefile.in: Regenerate.
 
index f1d9878475fccd17847914f8e34abacb5ba3219f..754b79ee08a47714944bd96bc7af04e210568b65 100644 (file)
@@ -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; };
index 0121ad8203bfe6306bb00921e52453ba17ef4ab1..a3a98bddd3f1d24775ecea2eafb8cc0a7eb9905b 100644 (file)
@@ -653,11 +653,6 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
 
 # This is a list of the install targets for all of the modules which are
 # compiled using $(FLAGS_TO_PASS).
-# We put install-opcodes before install-binutils because the installed
-# binutils might be on PATH, and they might need the shared opcodes
-# library.
-# We put install-tcl before install-itcl because itcl wants to run a
-# program on installation which uses the Tcl libraries.
 INSTALL_MODULES = \
        install-ash \
        install-autoconf \
@@ -1746,6 +1741,16 @@ install-target: $(INSTALL_TARGET_MODULES)
 install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 install-sid: install-tcl install-tk
 
+# We put install-opcodes before install-binutils because the installed
+# binutils might be on PATH, and they might need the shared opcodes
+# library.
+install-binutils: install-opcodes
+
+# We put install-tcl before install-itcl because itcl wants to run a
+# program on installation which uses the Tcl libraries.
+install-itcl: install-tcl
+
+
 # Dependencies of all-target-foo on configure-target-foo.
 all-target-libstdc++-v3: configure-target-libstdc++-v3
 all-target-newlib: configure-target-newlib
index 3ee59653a94ee0b32f45cc258d43c48e0d7e71fb..e2a372a798e9e108c99af725b12c3979ff8f0978 100644 (file)
@@ -547,11 +547,6 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
 
 # This is a list of the install targets for all of the modules which are
 # compiled using $(FLAGS_TO_PASS).
-# We put install-opcodes before install-binutils because the installed
-# binutils might be on PATH, and they might need the shared opcodes
-# library.
-# We put install-tcl before install-itcl because itcl wants to run a
-# program on installation which uses the Tcl libraries.
 INSTALL_MODULES = [+ FOR host_modules+][+ IF no_install +][+ ELSE no_install +]\
        install-[+module+] [+ ENDIF no_install +][+ ENDFOR host_modules +]\
        $(EXTRA_TARGET_HOST_INSTALL_MODULES)
@@ -1461,6 +1456,16 @@ install-target: $(INSTALL_TARGET_MODULES)
 install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 install-sid: install-tcl install-tk
 
+# We put install-opcodes before install-binutils because the installed
+# binutils might be on PATH, and they might need the shared opcodes
+# library.
+install-binutils: install-opcodes
+
+# We put install-tcl before install-itcl because itcl wants to run a
+# program on installation which uses the Tcl libraries.
+install-itcl: install-tcl
+
+
 # Dependencies of all-target-foo on configure-target-foo.
 [+ FOR target_modules +]all-target-[+module+]: configure-target-[+module+]
 [+ ENDFOR target_modules +]
This page took 0.035176 seconds and 4 git commands to generate.