summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-02-19 21:52:38 +0100
committerlenz@mysql.com <>2003-02-19 21:52:38 +0100
commitd7581f1ce45ca4856b83e62a6c5c71a2833dac81 (patch)
treef7833429431f6da3ad26ce9f3357c8bb183c17ac /BUILD
parent35555979cd94a3ac128dbe685a50525b4c9925c3 (diff)
downloadmariadb-git-d7581f1ce45ca4856b83e62a6c5c71a2833dac81.tar.gz
- removed leading slashes (thanks Jim!)
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/FINISH.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index f04b8e9db5e..f7013024fbc 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -11,7 +11,7 @@ done
commands="\
$make -k clean || true
-/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache /bdb/dist/autom4te.cache /autom4te.cache /innobase/autom4te.cache;
+/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache;
aclocal || (echo \"Can't execute aclocal\" && exit 1)
autoheader || (echo \"Can't execute autoheader\" && exit 1)