diff options
author | df@pippilotta.erinye.com <> | 2007-11-28 17:36:28 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-11-28 17:36:28 +0100 |
commit | 5f21a18f483ce990dae828485c7faac5e06ad4c7 (patch) | |
tree | 9894e88dc5df7f72c201d72dccb5bf041452e7a0 /Makefile.am | |
parent | 69ae57ae73b70ccb8e47b69b20b658b53e8601dd (diff) | |
download | mariadb-git-5f21a18f483ce990dae828485c7faac5e06ad4c7.tar.gz |
use --builddir option for mysql_install_db
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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) |