setup: remove obsolete makefile target build-deps

This commit is contained in:
Zooko O'Whielacronx 2008-04-22 12:07:12 -07:00
parent ece902a4cf
commit 5fb895c021

View File

@ -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