From dfcdb3d9fc34a6a6f50e00934af014e0fc62f0c6 Mon Sep 17 00:00:00 2001 From: Mike Pape Date: Thu, 9 Aug 2007 20:05:38 -0400 Subject: [PATCH] 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 36d7bebbad..f3f08dbcc4 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,6 @@ RM = rm -f TAR = tar FIND = find INSTALL = /bin/install -INSTALL = install RPMBUILD = rpmbuild TCL_PATH = tclsh TCLTK_PATH = wish