diff options
author | serg@sergbook.mysql.com <> | 2006-05-08 18:14:39 -0400 |
---|---|---|
committer | serg@sergbook.mysql.com <> | 2006-05-08 18:14:39 -0400 |
commit | f7a56c0b4d12c9522f65694f9d712a69691684bc (patch) | |
tree | 55745e0f82c527689401bc2037f6ade609bbfdf0 /BUILD | |
parent | 1f24bffe1192cfd7723bb63a9b50f3b6be027f69 (diff) | |
download | mariadb-git-f7a56c0b4d12c9522f65694f9d712a69691684bc.tar.gz |
typo fixed
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/autorun.sh | 2 | ||||
-rwxr-xr-x | BUILD/compile-dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh index 6370de01ae1..7a60464ae91 100755 --- a/BUILD/autorun.sh +++ b/BUILD/autorun.sh @@ -6,7 +6,7 @@ die() { echo "$@"; exit 1; } (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 || die "Can't execute aclocal" autoheader || die "Can't execute autoheader" 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 |