diff options
author | unknown <df@pippilotta.erinye.com> | 2007-11-28 17:36:28 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-11-28 17:36:28 +0100 |
commit | a24bfb485c8f443ae2ea6a13d4f1131baa6ddfdb (patch) | |
tree | 9894e88dc5df7f72c201d72dccb5bf041452e7a0 /Makefile.am | |
parent | 648d3cedbc09eb027d9cdbd9911300e206bf8bae (diff) | |
download | mariadb-git-a24bfb485c8f443ae2ea6a13d4f1131baa6ddfdb.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) |