makefile - unreverted Zooko's change to setup.py, this originally was to see if it was causing the build to create a non-running installer on windows, but it wasn't the problem.

This commit is contained in:
Peter Secor 2008-03-11 11:10:38 -07:00
parent 10d3ea5045
commit 0830469234

View File

@ -101,7 +101,7 @@ src/allmydata/_version.py:
build: src/allmydata/_version.py
mkdir -p "$(SUPPORTLIB)"
PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
$(PYTHON) ./setup.py develop --prefix="$(SUPPORT)"
chmod +x bin/tahoe
touch .built