summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2006-05-08 18:14:39 -0400
committerunknown <serg@sergbook.mysql.com>2006-05-08 18:14:39 -0400
commit484e89dfb61f8996e9d943415ad3b5c2ed449176 (patch)
tree55745e0f82c527689401bc2037f6ade609bbfdf0 /BUILD/compile-dist
parent2cd14794cedb533412579817401e098661e6e939 (diff)
downloadmariadb-git-484e89dfb61f8996e9d943415ad3b5c2ed449176.tar.gz
typo fixed
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 7cbf794530d..99ddccf7f10 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -10,7 +10,7 @@ make distclean
(cd storage/bdb/dist && sh s_all)
(cd storage/innobase && aclocal && autoheader && \
libtoolize --automake --force --copy && \
- && automake --force --add-missing --copy && autoconf)
+ automake --force --add-missing --copy && autoconf)
aclocal
autoheader
libtoolize --automake --force --copy