diff options
author | df@pippilotta.erinye.com <> | 2007-12-10 12:16:41 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-12-10 12:16:41 +0100 |
commit | 42945c77268e8d5d1d989737b341ed9c11f53a72 (patch) | |
tree | 076fd59c0509c986b983131b1f5a4b757a5c2b16 /Makefile.am | |
parent | 9455fafe1b775cbde21022fe7ba8177e9fb1d3b6 (diff) | |
parent | a079cb9f494f8561088eacf7f1184558fd8644a0 (diff) | |
download | mariadb-git-42945c77268e8d5d1d989737b341ed9c11f53a72.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
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 bc28fa3082b..b3f069f0e78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ bin-dist: all dist-hook: rm -rf `find $(distdir) -type d -name SCCS -print` mkdir -p $(distdir)/win - scripts/mysql_install_db --no-defaults --windows \ + scripts/mysql_install_db --no-defaults --cross-bootstrap \ --builddir=$(top_builddir) \ --datadir=$(distdir)/win/data \ --srcdir=$(top_srcdir) |