From: Zooko O'Whielacronx Date: Thu, 7 Aug 2008 19:30:29 +0000 (-0700) Subject: setup: remove accidentally duplicated lines from Makefile X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=5786ddd36a5cb4519379350ae6ad9e74a0f51f21;p=tahoe-lafs%2Ftahoe-lafs.git setup: remove accidentally duplicated lines from Makefile --- diff --git a/Makefile b/Makefile index 19366c44..df24a954 100644 --- a/Makefile +++ b/Makefile @@ -67,10 +67,7 @@ TRIALCMD = $(shell PATH="$(PATH):${PWD}/support/bin" $(PP) $(PYTHON) misc/find_t ifeq ($(TRIALCMD),) $(error Could not find trial. It comes with twisted.) endif -TRIAL=PATH="$(PATH):${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) - -TRIALCMD = $(shell PATH="${PATH}:${PWD}/support/bin" $(PP) $(PYTHON) misc/find_trial.py) -TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) $(TRIALOPT) +TRIAL=PATH="$(PATH):${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) $(TRIALOPT) .PHONY: make-version build