+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)
* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
-INSTALL_LAST_FAKE = install_last_fake
-INSTALL_LAST_REAL = install_last_real
-INSTALL_LAST = $(INSTALL_LAST_FAKE)
+INSTALL_DOSREL = install-dosrel-fake
AS = as
AR = ar
$(INSTALL_TARGET_MODULES) \
$(INSTALL_X11_MODULES) \
install-gcc \
- $(INSTALL_LAST)
+ $(INSTALL_DOSREL)
CC_FOR_TARGET = ` \
# EXPERIMENTAL STUFF
# 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.
-.PHONY: $(INSTALL_LAST_REAL)
-$(INSTALL_LAST_REAL): install-dirs
+.PHONY: install-dosrel
+install-dosrel: install-dirs info
@dir=`echo $@ | sed -e 's/install-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`pwd`; export r; \
true; \
fi
-install_last_fake:
+install-dosrel-fake:
# This is a list of inter-dependencies among modules.