From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 22 Apr 2008 19:07:12 +0000 (-0700)
Subject: setup: remove obsolete makefile target build-deps
X-Git-Tag: allmydata-tahoe-1.1.0~211
X-Git-Url: https://git.rkrishnan.org/%5B/README.win32?a=commitdiff_plain;h=5fb895c021505ffa4340ab7125d3fa4082717188;p=tahoe-lafs%2Ftahoe-lafs.git

setup: remove obsolete makefile target build-deps
---

diff --git a/Makefile b/Makefile
index 6715ed75..7214f389 100644
--- a/Makefile
+++ b/Makefile
@@ -42,12 +42,6 @@ else
 	REACTOROPT := 
 endif
 
-# The following target is here because I don't know how to tell the buildmaster
-# to start instructing his slaves to "build" instead of instructing them to
-# "build-deps".  --Z
-build-deps:
-	echo "This is done automatically (by delegating to setuptools) now."
-
 ifneq ($(PYTHONPATH),)
         PP=PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)"
 else