From: Kern Sibbald Date: Thu, 17 Sep 2009 19:19:59 +0000 (+0200) Subject: Fix conf to use make as requested by Martin Simmons a long time ago X-Git-Tag: Release-7.0.0~2617^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8de7d1cb130edefb28b0dd9fd92d11c5cb803868;p=bacula%2Fbacula Fix conf to use make as requested by Martin Simmons a long time ago --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 44de783393..0c449aa716 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2968,7 +2968,7 @@ if test "${support_bat}" = "yes" ; then touch bat chmod 755 bat $QMAKEBIN - make clean + ${MAKE:-make} clean cd ${BUILD_DIR} fi @@ -3045,7 +3045,7 @@ fi echo " " echo "Cleaning up" echo " " -make clean +${MAKE:-make} clean if test "x${db_type}" = "xInternal" ; then echo " " diff --git a/bacula/configure b/bacula/configure index b3b697b29a..e4dbb108ff 100755 --- a/bacula/configure +++ b/bacula/configure @@ -45657,7 +45657,7 @@ echo "$as_me: error: Could not find qmake or qmake-qt4 in $PATH. Check your Qt i touch bat chmod 755 bat $QMAKEBIN - make clean + ${MAKE:-make} clean cd ${BUILD_DIR} fi @@ -45725,7 +45725,7 @@ fi echo " " echo "Cleaning up" echo " " -make clean +${MAKE:-make} clean if test "x${db_type}" = "xInternal" ; then echo " "