summaryrefslogtreecommitdiff
path: root/bdb/Makefile.in
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-14 00:12:11 +0300
committermonty@donna.mysql.fi <>2001-04-14 00:12:11 +0300
commit88c010dd3ebd5e55bfe5f2d390928866ea24cf3d (patch)
tree23733e679fc8d9476df9c49b2c796983df7efe0d /bdb/Makefile.in
parentbc7731c0c767611f21225d3855ee4b447beebeb7 (diff)
downloadmariadb-git-88c010dd3ebd5e55bfe5f2d390928866ea24cf3d.tar.gz
Added clean and distclean to the BDB makefile
Diffstat (limited to 'bdb/Makefile.in')
-rw-r--r--bdb/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/bdb/Makefile.in b/bdb/Makefile.in
index a24eaaf0b41..04741cf0ecd 100644
--- a/bdb/Makefile.in
+++ b/bdb/Makefile.in
@@ -36,7 +36,11 @@ subdirs = btree build_vxworks build_win32 clib common cxx db db185 \
all:
cd $(bdb_build) && $(MAKE) all
-clean:;
+clean:
+ cd $(bdb_build) && $(MAKE) clean
+
+distclean:
+ cd $(bdb_build) && $(MAKE) distclean
# May want to fix this, and MYSQL/configure, to install things
install dvi check installcheck: