+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.
# 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 \
install-m4 \
install-make \
install-mmalloc \
- install-opcodes \
install-patch \
install-perl \
install-prms \