mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
setup: fix name of setup script again
This commit is contained in:
parent
54e8f430b8
commit
4cfd695002
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user