mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
canonicalize install.sh location
This commit is contained in:
parent
e9b991c691
commit
9126738c04
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user