summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index dffae54939..0dd249756b 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