Skip to content
Snippets Groups Projects
Commit 2adc915f authored by Simon Marlow's avatar Simon Marlow
Browse files

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.
parent 012c18cd
No related merge requests found
...@@ -194,7 +194,7 @@ else # boilerplate.mk exists ...@@ -194,7 +194,7 @@ else # boilerplate.mk exists
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
SUBDIRS = doc #cabal-setup SUBDIRS = doc cabal-setup
ALL_DIRS = \ ALL_DIRS = \
Distribution \ Distribution \
......
...@@ -14,7 +14,8 @@ HS_PROG = cabal-setup ...@@ -14,7 +14,8 @@ HS_PROG = cabal-setup
EXCLUDED_SRCS = Setup.hs EXCLUDED_SRCS = Setup.hs
SRC_HC_OPTS += -package Cabal 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 include $(TOP)/mk/target.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment