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
commit585566c7d4330f733948a17d1476da2e000c1b52 (patch)
treeca1f09c6d7a7a975b3baa59fb5c808e9c6d5e2de /Makefile.am
parentdff9ccce9ca96c57972d0bef8c726b7a84e2770c (diff)
downloadmariadb-git-585566c7d4330f733948a17d1476da2e000c1b52.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