From: Brian Warner <warner@allmydata.com>
Date: Fri, 11 Jan 2008 03:24:44 +0000 (-0700)
Subject: Makefile: add new misc/dependencies/ litter to the 'clean' target
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/statistics?a=commitdiff_plain;h=0af1a9e1c5e52f22d3bd6c75726e233ec97751c6;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: add new misc/dependencies/ litter to the 'clean' target
---

diff --git a/Makefile b/Makefile
index 6db5442c..5a7b5ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -319,6 +319,8 @@ clean:
 	rm -rf tahoe_deps.egg-info allmydata_tahoe.egg-info
 	rm -rf support dist
 	rm -rf setuptools*.egg *.pyc darcsver*.egg
+	rm -rf misc/dependencies/build misc/dependencies/temp
+	rm -rf misc/dependencies/tahoe_deps.egg-info
 
 find-trailing-spaces:
 	$(PYTHON) misc/find-trailing-spaces.py -r src