]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180
authorBrian Warner <warner@allmydata.com>
Mon, 15 Oct 2007 22:01:59 +0000 (15:01 -0700)
committerBrian Warner <warner@allmydata.com>
Mon, 15 Oct 2007 22:01:59 +0000 (15:01 -0700)
Makefile

index ac39b2be666f6ae4d8bbfcc1d619b616ee71c33c..260bb2efa6574f6a396e9ff142ed75be3db58cfb 100644 (file)
--- 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