]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix name of setup script
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 12 Jan 2008 01:44:48 +0000 (18:44 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 12 Jan 2008 01:44:48 +0000 (18:44 -0700)
Makefile

index e95bbd8c2c56bcb2a01fe489d40862e204d55fef..66f9269a16f9c5fa59cb054ea41ad8e30774b61f 100644 (file)
--- 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