From 2584169f7f86ebcfc1909dabaafee0cecdf7f635 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 9 Sep 2014 10:31:05 -0700
Subject: [PATCH] Makefile: remove 'twisted' from SOURCES

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).
-- 
2.45.2