Commit 88c010dd authored by monty@donna.mysql.fi's avatar monty@donna.mysql.fi
Browse files

Added clean and distclean to the BDB makefile

parent bc7731c0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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: