From d7581f1ce45ca4856b83e62a6c5c71a2833dac81 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 19 Feb 2003 21:52:38 +0100 Subject: - removed leading slashes (thanks Jim!) --- BUILD/FINISH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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) -- cgit v1.2.1