* Makefile.in (INSTALL_MODULES): Put install-opcodes before
authorIan Lance Taylor <ian@airs.com>
Fri, 9 May 1997 21:22:29 +0000 (21:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 9 May 1997 21:22:29 +0000 (21:22 +0000)
install-binutils.

ChangeLog
Makefile.in

index c86d2621088411030abe97f134c8dd58363f1341..7d0e84af7fede6cecda0e89a6f56e2d5ac3f9abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (INSTALL_MODULES): Put install-opcodes before
+       install-binutils.
+
 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in: Add automake targets.
index fedaabf35e445ddf61413df7f4630bd08ee11911..1fb7e430c9b612a79fda3e78daa0c443ab552662 100644 (file)
@@ -564,12 +564,16 @@ 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.
 INSTALL_MODULES = \
        install-apache \
        install-autoconf \
        install-automake \
        install-bash \
        install-bfd \
+       install-opcodes \
        install-binutils \
        install-byacc \
        install-cvs \
@@ -605,7 +609,6 @@ INSTALL_MODULES = \
        install-m4 \
        install-make \
        install-mmalloc \
-       install-opcodes \
        install-patch \
        install-perl \
        install-prms \
This page took 0.036472 seconds and 4 git commands to generate.