canonicalize install.sh location

This commit is contained in:
David D. Zuhn 1993-06-17 23:56:08 +00:00
parent e9b991c691
commit 9126738c04
2 changed files with 6 additions and 1 deletions

View 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.

View 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)