Commit c2a9b34b authored by unknown's avatar unknown

Makefile.am:

  "make distcheck" fix, "win" directory


Makefile.am:
  "make distcheck" fix, "win" directory
parent ea7559ce
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment