From: Peter Secor <secorp@allmydata.com>
Date: Mon, 10 Mar 2008 18:37:49 +0000 (-0700)
Subject: reverting a change zooko made (2258) to see if it clears up problems in the windows... 
X-Git-Tag: allmydata-tahoe-0.9.0~49
X-Git-Url: https://git.rkrishnan.org/pf/content//%22news.html/%22?a=commitdiff_plain;h=ff1b2c770e1aa6f486701d0f168b57e01928c8d5;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/Makefile b/Makefile
index f1f94d32..73ccc002 100644
--- a/Makefile
+++ b/Makefile
@@ -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