* Makefile.in (install): Don't install in $(tooldir).
[deliverable/binutils-gdb.git] / sim / h8300 / Makefile.in
index 9b1cb3fd4f04fd7caa61df079faa7f9da4eee0b7..0834087a0f37c47253d539a18ac965346bd25c73 100644 (file)
@@ -47,7 +47,6 @@ docdir = $(datadir)/doc
 
 SHELL = /bin/sh
 
-# FIXME: use autoconf's AC_PROG_INSTALL
 INSTALL = $(srcroot)/install.sh -c
 INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
@@ -108,16 +107,7 @@ force:
 
 # Copy the files into directories where they will be run.
 install:
-       srcroot=`cd $(srcroot); pwd`; export srcroot; \
-       $(INSTALL_XFORM) run $(bindir)/run ;  \
-       n=`t='$(program_transform_name)'; echo run | sed -e "" $$t`; \
-       if [ -d $(tooldir) ] ; then \
-         if [ -d $(tooldir)/bin ] ; then true ; else mkdir $(tooldir)/bin ; fi; \
-         rm -f $(tooldir)/bin/run;  \
-         ln $(bindir)/$$n $(tooldir)/bin/run \
-          || $(INSTALL_PROGRAM) run $(tooldir)/bin/run; \
-       else true; fi
-
+       $(INSTALL_XFORM) run $(bindir)/run
 
 Makefile: Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
This page took 0.022654 seconds and 4 git commands to generate.