diff options
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 |