mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 05:20:44 +00:00
* Makefile.in (INSTALL_MODULES): Put install-opcodes before
install-binutils.
This commit is contained in:
parent
89d1a47805
commit
27349293ba
@ -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>
|
Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Add automake targets.
|
* Makefile.in: Add automake targets.
|
||||||
|
@ -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
|
# This is a list of the install targets for all of the modules which are
|
||||||
# compiled using $(FLAGS_TO_PASS).
|
# 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_MODULES = \
|
||||||
install-apache \
|
install-apache \
|
||||||
install-autoconf \
|
install-autoconf \
|
||||||
install-automake \
|
install-automake \
|
||||||
install-bash \
|
install-bash \
|
||||||
install-bfd \
|
install-bfd \
|
||||||
|
install-opcodes \
|
||||||
install-binutils \
|
install-binutils \
|
||||||
install-byacc \
|
install-byacc \
|
||||||
install-cvs \
|
install-cvs \
|
||||||
@ -605,7 +609,6 @@ INSTALL_MODULES = \
|
|||||||
install-m4 \
|
install-m4 \
|
||||||
install-make \
|
install-make \
|
||||||
install-mmalloc \
|
install-mmalloc \
|
||||||
install-opcodes \
|
|
||||||
install-patch \
|
install-patch \
|
||||||
install-perl \
|
install-perl \
|
||||||
install-prms \
|
install-prms \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user