From 5f21a18f483ce990dae828485c7faac5e06ad4c7 Mon Sep 17 00:00:00 2001 From: "df@pippilotta.erinye.com" <> Date: Wed, 28 Nov 2007 17:36:28 +0100 Subject: [PATCH] use --builddir option for mysql_install_db --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)