aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-17 23:56:08 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-17 23:56:08 +0000
commit9126738c04f0a87859cc685d68a7d783469fda3c (patch)
treeea3c217e3709c457a643b5dc05a365e2a3d3d852
parente9b991c691bb7d9d6fe7efebcbb19313b06824c7 (diff)
downloadgdb-9126738c04f0a87859cc685d68a7d783469fda3c.zip
gdb-9126738c04f0a87859cc685d68a7d783469fda3c.tar.gz
gdb-9126738c04f0a87859cc685d68a7d783469fda3c.tar.bz2
canonicalize install.sh location
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bb243f1..a548938 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
+
+ * Makefile.in: canonicalize install.sh; for use within
+ this directory (and subdirs)
+
Thu Jun 17 14:56:07 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* config/obj-coffbfd.c (fill_section): Don't allow fills backwards.
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)