From: Peter Secor <secorp@allmydata.com>
Date: Tue, 11 Mar 2008 18:10:38 +0000 (-0700)
Subject: makefile - unreverted Zooko's change to setup.py, this originally was to see if it... 
X-Git-Tag: allmydata-tahoe-0.9.0~19
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/reliability?a=commitdiff_plain;h=08304692341a460c485e7d66066b3a795cead25b;p=tahoe-lafs%2Ftahoe-lafs.git

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.
---

diff --git a/GNUmakefile b/GNUmakefile
index 140be07e..3d6ebbba 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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