aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-05-09 21:22:29 +0000
committerIan Lance Taylor <ian@airs.com>1997-05-09 21:22:29 +0000
commit27349293ba436b548f8ad5cb2065bf4b44d952b3 (patch)
treefd8f1e46e58662724e7c2d9a1ea3f03e391aad48 /Makefile.in
parent89d1a47805104116b13103c6ddf857a84426f148 (diff)
downloadfsf-binutils-gdb-27349293ba436b548f8ad5cb2065bf4b44d952b3.zip
fsf-binutils-gdb-27349293ba436b548f8ad5cb2065bf4b44d952b3.tar.gz
fsf-binutils-gdb-27349293ba436b548f8ad5cb2065bf4b44d952b3.tar.bz2
* Makefile.in (INSTALL_MODULES): Put install-opcodes before
install-binutils.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fedaabf..1fb7e43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 \