Fixed INSTALL set in Makefile from the merge with git.git.

INSTALL was set to /bin/install but then set to install right after that from
the merge.  MSys needs to have the explicit path so it doesn't use Windows
install.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
This commit is contained in:
Mike Pape
2007-08-09 20:05:38 -04:00
parent 96f438b98a
commit dfcdb3d9fc

View File

@@ -179,7 +179,6 @@ RM = rm -f
TAR = tar
FIND = find
INSTALL = /bin/install
INSTALL = install
RPMBUILD = rpmbuild
TCL_PATH = tclsh
TCLTK_PATH = wish