Make: detect need to use ginstall

This commit is contained in:
Junio C Hamano
2009-07-06 10:05:40 -07:00
parent 5c3a7a451f
commit 3dc11f3bcf

4
Make
View File

@@ -107,6 +107,10 @@ if test -z "${make:+set}" && {
then
make=gmake
fi
if test -f /bin/ginstall
then
set INSTALL=ginstall "$@"
fi
CFLAGS="$O $Wall -g"
OK_TO_USE_CFLAGS=Yes