]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: remove obsolete makefile target build-deps
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Apr 2008 19:07:12 +0000 (12:07 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Apr 2008 19:07:12 +0000 (12:07 -0700)
Makefile

index 6715ed752802efda702fb1a496558acb0a9da434..7214f389d555359a188f075c5e1fd15aa9273579 100644 (file)
--- 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