summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@sun.com>2008-08-20 14:06:22 +0100
committerJonathan Perkin <jperkin@sun.com>2008-08-20 14:06:22 +0100
commite06daa8db4722d9475bc5a333a4e59a29470402b (patch)
treeca1f09c6d7a7a975b3baa59fb5c808e9c6d5e2de /Makefile.am
parentded12789afe850f25ea08ab67c22d6054df549af (diff)
downloadmariadb-git-e06daa8db4722d9475bc5a333a4e59a29470402b.tar.gz
Fix path to myisamchk for mysql-5.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1061f64a0dd..d7745d96e6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ dist-hook:
--builddir=$(top_builddir) \
--datadir=$(distdir)/win/data \
--srcdir=$(top_srcdir)
- myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
+ storage/myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
tags:
support-files/build-tags