summaryrefslogtreecommitdiff
path: root/ecp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/build.sh')
-rwxr-xr-xecp/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp/build.sh b/ecp/build.sh
index a050e85..5cc3a3e 100755
--- a/ecp/build.sh
+++ b/ecp/build.sh
@@ -8,6 +8,10 @@ fi
if [ -z $MAKE ]; then
+ MAKE=`which gmake`
+fi
+
+if [ -z $MAKE ]; then
MAKE=make
fi