rename install.sh to install-sh
This commit is contained in:
parent
3ea58ef861
commit
f2906ccc4c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 14 16:30:02 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (INSTALL): Change install.sh to install-sh.
|
||||
|
||||
Wed Apr 2 15:40:30 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* interp.c (sim_open): New arg `kind'. `name is now `argv'.
|
||||
|
|
|
@ -46,7 +46,7 @@ includedir = @includedir@
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
INSTALL = `cd $(srcdir)/../..;pwd`/install.sh -c
|
||||
INSTALL = `cd $(srcdir)/../..;pwd`/install-sh -c
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
|
||||
|
|
Loading…
Reference in a new issue