diff options
author | kent@kent-amd64.(none) <> | 2006-11-29 19:37:59 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2006-11-29 19:37:59 +0100 |
commit | ffe9fcf12371d4022567e4f5e290bbbd2344d606 (patch) | |
tree | ad72226816a97103e9cdb887ab1a4ab5b5c37b7d /Makefile.am | |
parent | ea5c7f975694cdf02393c67dff15a77a3590c309 (diff) | |
parent | 43eba545f3dfe944b35c27a6192569df66a26538 (diff) | |
download | mariadb-git-ffe9fcf12371d4022567e4f5e290bbbd2344d606.tar.gz |
Merge mysql.com:/home/kent/bk/mysql-5.0-build
into mysql.com:/home/kent/bk/mysql-5.1-build
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c0798fbb5c7..c2b0a71d9d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ bin-dist: all # Create initial database files for Windows installations. dist-hook: rm -rf `find $(distdir) -type d -name SCCS -print` + mkdir -p "$(distdir)/win" if echo "$(distdir)" | grep -q '^/' ; then \ scripts/mysql_install_db --no-defaults --windows \ --basedir=$(top_srcdir) \ |