mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +00:00
Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180
This commit is contained in:
parent
5c9be555ee
commit
1e04ad4720
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ else
|
|||||||
CHECK_PYWIN32_DEP :=
|
CHECK_PYWIN32_DEP :=
|
||||||
endif
|
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)
|
ifeq ($(PLAT),cygwin)
|
||||||
REACTOR = poll
|
REACTOR = poll
|
||||||
|
Loading…
Reference in New Issue
Block a user