rename install.sh to install-sh

This commit is contained in:
Ian Lance Taylor 1997-04-14 20:31:04 +00:00
parent 3ea58ef861
commit f2906ccc4c
2 changed files with 5 additions and 1 deletions

View file

@ -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'.

View file

@ -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)'