X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=GitConfigure;h=0821031afabfb6f25c497611b8767ff6e561d67c;hp=bbab33ebc59dd07900d9c245d8d3a67c282927b1;hb=e8d93e342b4b7d43c73e955e81e227c514d389d9;hpb=9fc3ebda13af72a9250814aad70e0b09d7b24af1 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