summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-11-28 17:36:28 +0100
committerunknown <df@pippilotta.erinye.com>2007-11-28 17:36:28 +0100
commita24bfb485c8f443ae2ea6a13d4f1131baa6ddfdb (patch)
tree9894e88dc5df7f72c201d72dccb5bf041452e7a0 /Makefile.am
parent648d3cedbc09eb027d9cdbd9911300e206bf8bae (diff)
downloadmariadb-git-a24bfb485c8f443ae2ea6a13d4f1131baa6ddfdb.tar.gz
use --builddir option for mysql_install_db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0125f37d44c..0c9a0d85d26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ dist-hook:
rm -rf `find $(distdir) -type d -name SCCS -print`
mkdir -p $(distdir)/win
scripts/mysql_install_db --no-defaults --windows \
- --basedir=$(top_builddir) \
+ --builddir=$(top_builddir) \
--datadir=$(distdir)/win/data \
--srcdir=$(top_srcdir)