From: Brian Warner Date: Mon, 15 Oct 2007 22:01:59 +0000 (-0700) Subject: Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180 X-Git-Tag: allmydata-tahoe-0.6.1~6 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=1e04ad47208d71a63d5551b89de8bbedcc717309;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180 --- diff --git a/Makefile b/Makefile index ac39b2be..260bb2ef 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ else CHECK_PYWIN32_DEP := endif -TRIALCMD := $(shell PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SRCPATH)" $(PYTHON) misc/find_trial.py) +TRIALCMD = $(shell PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SRCPATH)" $(PYTHON) misc/find_trial.py) ifeq ($(PLAT),cygwin) REACTOR = poll