diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-29 19:35:40 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-29 19:35:40 +0100 |
commit | c2a9b34b92b65a0cbdced1364986b36d0422533c (patch) | |
tree | 34ecaea033447baa405d7413cbc247d35c394e02 /Makefile.am | |
parent | ea7559ceab379e15eb259043ad5effb292c294cf (diff) | |
download | mariadb-git-c2a9b34b92b65a0cbdced1364986b36d0422533c.tar.gz |
Makefile.am:
"make distcheck" fix, "win" directory
Makefile.am:
"make distcheck" fix, "win" directory
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 1a0afdf25f4..d52951ec876 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,6 +92,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) \ |