From c2a9b34b92b65a0cbdced1364986b36d0422533c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Nov 2006 19:35:40 +0100 Subject: Makefile.am: "make distcheck" fix, "win" directory Makefile.am: "make distcheck" fix, "win" directory --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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) \ -- cgit v1.2.1