# HG changeset patch
# User Dan Villiom Podlaski Christiansen <danchr@gmail.com>
# Date 1282768710 -7200
#      Wed Aug 25 22:38:30 2010 +0200
# Node ID 7954842c963761226c82f536fc252fa1f3771411
# Parent  ca0510dee2aaf7045706ecfea2ddd9c5ae5ff2f4
Makefile: *BSD support.

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 tests-%:
 	@echo "Path to crew repo is $(CREW) - set this with CREW= if needed."
 	hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \
-	(cd $(CREW) ; make clean ) && \
+	(cd $(CREW) ; $(MAKE) clean ) && \
 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
 all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-tip