diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 08:57:52 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 08:57:52 +0000 |
commit | d2cdceb2aad0fdc35820993420d5b8d30c56bb3f (patch) | |
tree | 2b67082eb89c6241c8edc4669d2c56489bddcca4 /scripts/Makefile.am | |
parent | ce91fb2f899182b3bcdd53f460de1762855a609e (diff) | |
download | mariadb-git-d2cdceb2aad0fdc35820993420d5b8d30c56bb3f.tar.gz |
use the right make in make_binary_distribution
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d4da77d0387..4158b5a34dc 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -139,6 +139,7 @@ SUFFIXES = .sh -e 's!@''IS_LINUX''@!@IS_LINUX@!' \ -e "s!@""CONF_COMMAND""@!@CONF_COMMAND@!" \ -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \ + -e "s!@MAKE@!$(MAKE)!" \ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ |