summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-22 08:57:52 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-22 08:57:52 +0000
commitd2cdceb2aad0fdc35820993420d5b8d30c56bb3f (patch)
tree2b67082eb89c6241c8edc4669d2c56489bddcca4 /scripts/make_binary_distribution.sh
parentce91fb2f899182b3bcdd53f460de1762855a609e (diff)
downloadmariadb-git-d2cdceb2aad0fdc35820993420d5b8d30c56bb3f.tar.gz
use the right make in make_binary_distribution
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r--scripts/make_binary_distribution.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 9af7913999f..281ef9bd469 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -267,8 +267,8 @@ fi
# NDB Cluster
if [ x$NDBCLUSTER = x1 ]; then
- ( cd ndb ; make DESTDIR=$BASE/ndb-stage install )
- ( cd mysql-test/ndb ; make DESTDIR=$BASE/ndb-stage install )
+ ( cd ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
+ ( cd mysql-test/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
$CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/.