mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
Really fix INSTALL_LAST this time..
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (INSTALL_LAST): Delete.
|
||||||
|
(INSTALL_DOSREL): New.
|
||||||
|
|
||||||
Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
|
* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
|
||||||
|
12
Makefile.in
12
Makefile.in
@ -50,9 +50,7 @@ INSTALL_PROGRAM = $(INSTALL)
|
|||||||
INSTALL_DATA = $(INSTALL) -m 644
|
INSTALL_DATA = $(INSTALL) -m 644
|
||||||
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
|
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
|
||||||
|
|
||||||
INSTALL_LAST_FAKE = install_last_fake
|
INSTALL_DOSREL = install-dosrel-fake
|
||||||
INSTALL_LAST_REAL = install_last_real
|
|
||||||
INSTALL_LAST = $(INSTALL_LAST_FAKE)
|
|
||||||
|
|
||||||
AS = as
|
AS = as
|
||||||
AR = ar
|
AR = ar
|
||||||
@ -132,7 +130,7 @@ INSTALL_TARGET = install-dirs \
|
|||||||
$(INSTALL_TARGET_MODULES) \
|
$(INSTALL_TARGET_MODULES) \
|
||||||
$(INSTALL_X11_MODULES) \
|
$(INSTALL_X11_MODULES) \
|
||||||
install-gcc \
|
install-gcc \
|
||||||
$(INSTALL_LAST)
|
$(INSTALL_DOSREL)
|
||||||
|
|
||||||
|
|
||||||
CC_FOR_TARGET = ` \
|
CC_FOR_TARGET = ` \
|
||||||
@ -842,8 +840,8 @@ install-gcc:
|
|||||||
# EXPERIMENTAL STUFF
|
# EXPERIMENTAL STUFF
|
||||||
# This rule is used to install the modules which use FLAGS_TO_PASS.
|
# This rule is used to install the modules which use FLAGS_TO_PASS.
|
||||||
# To build a target install-X means to cd to X and make install.
|
# To build a target install-X means to cd to X and make install.
|
||||||
.PHONY: $(INSTALL_LAST_REAL)
|
.PHONY: install-dosrel
|
||||||
$(INSTALL_LAST_REAL): install-dirs
|
install-dosrel: install-dirs info
|
||||||
@dir=`echo $@ | sed -e 's/install-//'`; \
|
@dir=`echo $@ | sed -e 's/install-//'`; \
|
||||||
if [ -f ./$${dir}/Makefile ] ; then \
|
if [ -f ./$${dir}/Makefile ] ; then \
|
||||||
r=`pwd`; export r; \
|
r=`pwd`; export r; \
|
||||||
@ -853,7 +851,7 @@ $(INSTALL_LAST_REAL): install-dirs
|
|||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install_last_fake:
|
install-dosrel-fake:
|
||||||
|
|
||||||
|
|
||||||
# This is a list of inter-dependencies among modules.
|
# This is a list of inter-dependencies among modules.
|
||||||
|
@ -18,7 +18,7 @@ HOST_PREFIX=cross
|
|||||||
HOST_PREFIX_1=cross
|
HOST_PREFIX_1=cross
|
||||||
MAKEINFOFLAGS=--no-split
|
MAKEINFOFLAGS=--no-split
|
||||||
|
|
||||||
INSTALL_LAST=$(INSTALL_LAST_REAL)
|
INSTALL_DOSREL=install-dosrel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user