Use gmake on FreeBSD
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@311 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -27,7 +27,11 @@ PROG_sed_ACTION=""
|
||||
PROG_sed_VERSION=''
|
||||
|
||||
PROG_make_NAME="Make"
|
||||
if [ `uname` = 'FreeBSD' ]; then
|
||||
PROG_make_FILE="gmake"
|
||||
else
|
||||
PROG_make_FILE="make"
|
||||
fi
|
||||
PROG_make_ACTION=""
|
||||
PROG_make_VERSION=''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user