reverting a change zooko made (2258) to see if it clears up problems in the windows build

This commit is contained in:
Peter Secor 2008-03-10 11:37:49 -07:00
parent 567979ba85
commit ff1b2c770e

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 --prefix="$(SUPPORT)"
$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
chmod +x bin/tahoe
touch .built