From 2182c9084ed93b8e7552c9733d00d124bce0bb1e Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 25 Dec 2010 18:58:59 -0800
Subject: [PATCH] Remove the Makefile targets relating to the Mac GUI app. refs
 #1282

---
 Makefile | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/Makefile b/Makefile
index 67e46b25..9d1f02a0 100644
--- a/Makefile
+++ b/Makefile
@@ -429,24 +429,3 @@ windows-installer:
 
 windows-installer-upload:
 	$(RUNPP) -c "$(MAKE) -C windows windows-installer-upload"
-
-
-# These targets provide for mac native builds
-.PHONY: mac-exe mac-upload mac-cleanup mac-dbg
-
-mac-exe: .built
-	$(MAKE) -C mac clean
-	VERSION=$(VER) $(RUNPP) -c "$(MAKE) -C mac build"
-
-mac-dist:
-	VERSION=$(VER) $(MAKE) -C mac diskimage
-
-mac-upload:
-	VERSION=$(VER) $(MAKE) -C mac upload
-
-mac-cleanup:
-	VERSION=$(VER) $(MAKE) -C mac cleanup
-
-mac-dbg:
-	cd mac && $(PP) $(PYTHON)w allmydata_tahoe.py
-
-- 
2.45.2