From 54e8f430b87a17c27f0f681c8cd10241d557571c Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 11 Jan 2008 18:44:48 -0700 Subject: [PATCH] setup: fix name of setup script --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e95bbd8c..66f9269a 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/build-deps-setup.py install --prefix="$(SUPPORT)" + $(PYTHON) misc/dependencies/setup.py-deps-setup.py install --prefix="$(SUPPORT)" @PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \ - $(PYTHON) misc/dependencies/build-deps-setup.py install --prefix="$(SUPPORT)" || \ + $(PYTHON) misc/dependencies/setup.py-deps-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