diff --git a/buildconf b/buildconf index dffae549397..0dd249756b4 100755 --- a/buildconf +++ b/buildconf @@ -1,4 +1,5 @@ #!/bin/sh +# $Id$ supplied_flag=$1 @@ -25,4 +26,4 @@ else subdirs='' fi -make -s -f build.mk AMFLAGS="$automake_flags" $subdirs +${MAKE:-make} -s -f build.mk AMFLAGS="$automake_flags" $subdirs