From 4cfd695002a4540e6dd90562cb60954520e6c95f Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 11 Jan 2008 18:46:03 -0700
Subject: [PATCH] setup: fix name of setup script again

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 66f9269a..7d43d4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -48,9 +48,9 @@ TRIAL=PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
 build-auto-deps: check-deps
 	mkdir -p "$(SUPPORTLIB)"
 	@echo PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
-		$(PYTHON) misc/dependencies/setup.py-deps-setup.py install --prefix="$(SUPPORT)"
+		$(PYTHON) misc/dependencies/setup.py install --prefix="$(SUPPORT)"
 	@PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
-		$(PYTHON) misc/dependencies/setup.py-deps-setup.py install --prefix="$(SUPPORT)" || \
+		$(PYTHON) misc/dependencies/setup.py install --prefix="$(SUPPORT)" || \
 		( echo "Build of Tahoe's bundled, automatically built dependent libraries failed -- please see docs/install.html for instructions." && false )
 
 # The following target is here because I don't know how to tell the buildmaster
-- 
2.45.2