From ff1b2c770e1aa6f486701d0f168b57e01928c8d5 Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Mon, 10 Mar 2008 11:37:49 -0700
Subject: [PATCH] reverting a change zooko made (2258) to see if it clears up
 problems in the windows build

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

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