From 2adc915f363b60f036201411a0015503c958b8aa Mon Sep 17 00:00:00 2001
From: Simon Marlow <simonmar@microsoft.com>
Date: Fri, 8 Sep 2006 10:05:39 +0000
Subject: [PATCH] Build, but don't install cabal-setup It turns out that the
 cabal02 test is testing cabal-setup, so it helps to actually have it built.

---
 Makefile             | 2 +-
 cabal-setup/Makefile | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c09ba01e99..149a0c280f 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ else # boilerplate.mk exists
 
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = doc #cabal-setup
+SUBDIRS = doc cabal-setup
 
 ALL_DIRS = \
 	Distribution \
diff --git a/cabal-setup/Makefile b/cabal-setup/Makefile
index 7f725f1dc5..edaca1d566 100644
--- a/cabal-setup/Makefile
+++ b/cabal-setup/Makefile
@@ -14,7 +14,8 @@ HS_PROG 	= cabal-setup
 EXCLUDED_SRCS 	= Setup.hs
 SRC_HC_OPTS 	+= -package Cabal
 
-INSTALL_PROGS	+= $(HS_PROG)
+# Don't install this yet, it isn't ready
+# INSTALL_PROGS	+= $(HS_PROG)
 
 include $(TOP)/mk/target.mk
 
-- 
GitLab