diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-17 23:56:08 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-17 23:56:08 +0000 |
commit | 9126738c04f0a87859cc685d68a7d783469fda3c (patch) | |
tree | ea3c217e3709c457a643b5dc05a365e2a3d3d852 /gas/Makefile.in | |
parent | e9b991c691bb7d9d6fe7efebcbb19313b06824c7 (diff) | |
download | gdb-9126738c04f0a87859cc685d68a7d783469fda3c.zip gdb-9126738c04f0a87859cc685d68a7d783469fda3c.tar.gz gdb-9126738c04f0a87859cc685d68a7d783469fda3c.tar.bz2 |
canonicalize install.sh location
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 800b534..ea5c29d 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -53,7 +53,7 @@ VERSION=2.1.4 SHELL = /bin/sh -INSTALL = install -c +INSTALL = `cd $(srcdir)/..'pwd`/install.sh -c INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name) |