From 5242e25c612097f9da6651950154883d31e275e7 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 1 Jan 2008 01:58:02 -0700
Subject: [PATCH] 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.

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

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)
-- 
2.45.2