From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 1 Jan 2008 08:58:02 +0000 (-0700)
Subject: setup: add back "build-deps" as an alias for "build-auto-deps" since I don't know... 
X-Git-Tag: allmydata-tahoe-0.7.0~53
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags//%22%22.?a=commitdiff_plain;h=5242e25c612097f9da6651950154883d31e275e7;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/Makefile b/Makefile
index cfa43f81..f9239ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -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)