Makefile: define TRIALCMD with '=' not ':=', to fix make-clean test. Closes #180

This commit is contained in:
Brian Warner 2007-10-15 15:01:59 -07:00
parent 5c9be555ee
commit 1e04ad4720

View File

@ -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