From d85a75d7f689cb55ecddb319dc2057f38e4db87a Mon Sep 17 00:00:00 2001
From: Daira Hopwood <david-sarah@jacaranda.org>
Date: Sat, 25 May 2013 03:58:38 +0100
Subject: [PATCH] Makefile: remove 'install' target. fixes #1717

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
---
 Makefile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Makefile b/Makefile
index 1eb1e4c3..a9a75b8b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,20 +31,6 @@ build:
 	$(PYTHON) setup.py build
 	touch .built
 
-# 'make install' will do the following:
-#   build+install tahoe (probably to /usr/lib/pythonN.N/site-packages)
-# 'make install PREFIX=/usr/local/stow/tahoe-N.N' will do the same, but to
-# a different location
-
-install:
-ifdef PREFIX
-	mkdir -p $(PREFIX)
-	$(PYTHON) ./setup.py install --single-version-externally-managed \
-           --prefix=$(PREFIX) --record=./tahoe.files
-else
-	$(PYTHON) ./setup.py install --single-version-externally-managed
-endif
-
 
 # TESTING
 
-- 
2.45.2