aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-08 18:33:23 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-08 18:33:23 +0000
commitfe7ec1d0a20a6c857b7a8a909fec4c7574dfe806 (patch)
tree6c28035218d6ce06340e4adc89c810ec6a4682e6 /sim/h8300/Makefile.in
parent21852576ffe6365d6cba071699630cbb65621fc2 (diff)
downloadgdb-fe7ec1d0a20a6c857b7a8a909fec4c7574dfe806.zip
gdb-fe7ec1d0a20a6c857b7a8a909fec4c7574dfe806.tar.gz
gdb-fe7ec1d0a20a6c857b7a8a909fec4c7574dfe806.tar.bz2
* Makefile.in (install): Don't install in $(tooldir).
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r--sim/h8300/Makefile.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in
index 9b1cb3f..0834087 100644
--- a/sim/h8300/Makefile.in
+++ b/sim/h8300/Makefile.in
@@ -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