summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-04-24 20:09:17 +0100
committerIan Lynagh <igloo@earth.li>2012-04-24 20:09:17 +0100
commiteb2d506b70618466ee6fa90b7120d208a3d95c6a (patch)
tree949e436cd7fe946df6199ef74c82d9c3977ada84 /utils
parent8b1fd2609919dfa8b889f13f91e80885177ba737 (diff)
downloadhaskell-eb2d506b70618466ee6fa90b7120d208a3d95c6a.tar.gz
It isn't guaranteed that Cabal is warning-free
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-cabal/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index 20d05704d2..3ee2b13fa5 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -28,7 +28,7 @@ $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(wildcard libraries/Cabal/C
$(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(GHC_CABAL_DIR)/Main.hs $(TOUCH_DEP) | $$(dir $$@)/. bootstrapping/.
"$(GHC)" $(SRC_HC_OPTS) --make $(GHC_CABAL_DIR)/Main.hs -o $@ \
-no-user-package-conf \
- -Wall $(WERROR) \
+ -Wall \
-DCABAL_VERSION=$(CABAL_VERSION) \
-odir bootstrapping \
-hidir bootstrapping \