diff options
author | unknown <ram@ram.(none)> | 2002-10-31 17:06:23 +0400 |
---|---|---|
committer | unknown <ram@ram.(none)> | 2002-10-31 17:06:23 +0400 |
commit | 1bdf4a9c6da61c41360fa74e667bb84c3ced12ae (patch) | |
tree | 6d90498698ae9f388e59d5c1ab705e449d086e9b /BUILD | |
parent | 1de7b502743db94e26f0815b4f113a043477ef62 (diff) | |
download | mariadb-git-1bdf4a9c6da61c41360fa74e667bb84c3ced12ae.tar.gz |
fix for BDB 4.1.24
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 4e30024985b..82f31a14dc4 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -14,8 +14,7 @@ $make -k clean || true /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache aclocal && autoheader && aclocal && automake && autoconf -# TODO: remove when DBD will be OK -#(cd bdb/dist && sh s_all) +(cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) if [ -d gemini ] then |