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

index 66f9269a16f9c5fa59cb054ea41ad8e30774b61f..7d43d4a5f77217d608bcf4c54850c83829896a33 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/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