summaryrefslogtreecommitdiffstats
path: root/GitConfigure
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-20 21:54:46 +0100
committerBen Laurie <ben@links.org>2014-02-09 12:49:04 +0000
commit6311681236779c386137429b0e45ae7a7eb904f4 (patch)
tree73a6999ab2f15d044657fabde6e608f4cad8b227 /GitConfigure
parentb45e874d7c4a8fdac7ec10cff43f21d02e75d511 (diff)
Build on MacOS.
Diffstat (limited to 'GitConfigure')
-rwxr-xr-xGitConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/GitConfigure b/GitConfigure
index bbab33ebc5..0821031afa 100755
--- a/GitConfigure
+++ b/GitConfigure
@@ -5,4 +5,6 @@ BRANCH=`git rev-parse --abbrev-ref HEAD`
./Configure $@ no-symlinks
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
-make -f makefile.$BRANCH init
+MAKE=make
+which bsdmake > /dev/null && MAKE=bsdmake
+$MAKE -f makefile.$BRANCH init