* Makefile.in (INSTALL): Set to @INSTALL@.

This commit is contained in:
Ian Lance Taylor 1997-04-14 20:01:10 +00:00
parent 5e127f7693
commit 7f92ace993
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Mon Apr 14 11:52:39 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (INSTALL): Set to @INSTALL@.
From Thomas Graichen <graichen@rzpd.de>:
* Makefile.in: Always use $(SHELL) when running move-if-change.
* configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.

View File

@ -45,7 +45,7 @@ includedir = @includedir@
SHELL = /bin/sh
INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'