diff options
author | unknown <kent@kent-amd64.(none)> | 2006-11-29 19:37:59 +0100 |
---|---|---|
committer | unknown <kent@kent-amd64.(none)> | 2006-11-29 19:37:59 +0100 |
commit | 3080e5a3d791c6942d84e4bcbaf5643c8ccfc23e (patch) | |
tree | ad72226816a97103e9cdb887ab1a4ab5b5c37b7d /Makefile.am | |
parent | 8f71610f9cd13fafdfd764da5554532b2624e215 (diff) | |
parent | c2a9b34b92b65a0cbdced1364986b36d0422533c (diff) | |
download | mariadb-git-3080e5a3d791c6942d84e4bcbaf5643c8ccfc23e.tar.gz |
Merge mysql.com:/home/kent/bk/mysql-5.0-build
into mysql.com:/home/kent/bk/mysql-5.1-build
Makefile.am:
Auto merged
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) \ |