setup: add back "build-deps" as an alias for "build-auto-deps" since I don't know how to configure the buildmaster

And I am very tired.
This commit is contained in:
Zooko O'Whielacronx 2008-01-01 01:58:02 -07:00
parent b412847485
commit 5242e25c61

View File

@ -51,6 +51,11 @@ build-auto-deps: check-deps
$(PYTHON) misc/dependencies/build-deps-setup.py install \
--prefix="$(SUPPORT)"
# The following target is here because I don't know how to tell the buildmaster
# to start instructing his slaves to "build-auto-deps" instead of instructing
# them to "build-deps". --Z
build-deps: build-auto-deps
EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
show-eggspath:
@echo $(EGGSPATH)