From 5fb895c021505ffa4340ab7125d3fa4082717188 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 22 Apr 2008 12:07:12 -0700 Subject: [PATCH] setup: remove obsolete makefile target build-deps --- Makefile | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.45.2