changeset 357:7954842c9637

Makefile: *BSD support.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 25 Aug 2010 22:38:30 +0200
parents ca0510dee2aa
children b53421918a89
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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