From 3483747377fc457856208604d8f2e3d1d86124c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 14 Apr 2001 00:12:11 +0300 Subject: Added clean and distclean to the BDB makefile bdb/Makefile.in: Added clean and distclean to the makefile --- bdb/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bdb') 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: -- cgit v1.2.1