From 08304692341a460c485e7d66066b3a795cead25b Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Tue, 11 Mar 2008 11:10:38 -0700
Subject: [PATCH] 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.

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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