From: Zooko Wilcox-O'Hearn <zooko@zooko.com>
Date: Thu, 10 Oct 2013 01:52:44 +0000 (+0000)
Subject: remove tahoe egg-info dir from the "clean" rule
X-Git-Tag: allmydata-tahoe-1.10.1a1~212^2
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/module-simplejson.html?a=commitdiff_plain;h=refs%2Fpull%2F63%2Fhead;p=tahoe-lafs%2Ftahoe-lafs.git

remove tahoe egg-info dir from the "clean" rule

fixes #2092
---

diff --git a/Makefile b/Makefile
index d4533716..d468e9a4 100644
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,6 @@ test-clean:
 clean:
 	rm -rf build _trial_temp _test_memory .built
 	rm -f `find src *.egg -name '*.so' -or -name '*.pyc'`
-	rm -rf src/allmydata_tahoe.egg-info
 	rm -rf support dist
 	rm -rf `ls -d *.egg | grep -vEe"setuptools-|setuptools_darcs-|darcsver-"`
 	rm -rf *.pyc