Meta/Make: fixup HEAD^^ typo

This commit is contained in:
Junio C Hamano
2012-12-26 16:36:42 -08:00
parent 2c14e53be3
commit bf6bbec629

2
Make
View File

@@ -185,7 +185,7 @@ GNU_ROFF=YesPlease'
# Platform hack
if test -z "${make:+set}" && {
test -x /usr/local/bin/gmake ||
test -x /usr/pkg/bin/gmake
test -x /usr/pkg/bin/gmake ||
test -x /usr/bin/gmake
}
then