summaryrefslogtreecommitdiff
path: root/bdb
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-14 00:12:11 +0300
committerunknown <monty@donna.mysql.fi>2001-04-14 00:12:11 +0300
commit3483747377fc457856208604d8f2e3d1d86124c4 (patch)
tree23733e679fc8d9476df9c49b2c796983df7efe0d /bdb
parent6efc95d5a0145eabcc389f2bce922cc1f89da35b (diff)
downloadmariadb-git-3483747377fc457856208604d8f2e3d1d86124c4.tar.gz
Added clean and distclean to the BDB makefile
bdb/Makefile.in: Added clean and distclean to the makefile
Diffstat (limited to 'bdb')
-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: