canonicalize install.sh location
authorDavid D. Zuhn <zoo@cygnus>
Thu, 17 Jun 1993 23:56:08 +0000 (23:56 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Thu, 17 Jun 1993 23:56:08 +0000 (23:56 +0000)
gas/ChangeLog
gas/Makefile.in

index bb243f1..a548938 100644 (file)
@@ -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.
index 800b534..ea5c29d 100644 (file)
@@ -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)