projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9be55
)
Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180
author
Brian Warner
<warner@allmydata.com>
Mon, 15 Oct 2007 22:01:59 +0000
(15:01 -0700)
committer
Brian Warner
<warner@allmydata.com>
Mon, 15 Oct 2007 22:01:59 +0000
(15:01 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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