# HG changeset patch # User Augie Fackler # Date 1288359389 18000 # Node ID 07f6613fe0dfea21b5932362377eadf60123cb6e # Parent 5b6961384ee266f2710820f28df9f50cf426474a Makefile: add .PHONY so tests will run correctly diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -21,3 +21,5 @@ 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 + +.PHONY: tests all-version-tests