diff Makefile @ 357:7954842c9637

Makefile: *BSD support.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 25 Aug 2010 22:38:30 +0200
parents 428c819f3135
children 07f6613fe0df
line wrap: on
line diff
--- 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