From: Brian Warner Date: Tue, 9 Sep 2014 17:31:05 +0000 (-0700) Subject: Makefile: remove 'twisted' from SOURCES X-Git-Tag: allmydata-tahoe-1.10.1a1~140 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2584169f7f86ebcfc1909dabaafee0cecdf7f635;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: remove 'twisted' from SOURCES --- diff --git a/Makefile b/Makefile index e2ade5d4..94a87556 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ export PYTHON # itself. It will also create it in the beginning of the 'develop' command. TAHOE=$(PYTHON) bin/tahoe -SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template twisted setup.py +SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template setup.py # This is necessary only if you want to automatically produce a new # _version.py file from the current git/darcs history (without doing a build).