diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-04 21:59:04 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-04 21:59:04 +0100 |
commit | 9be618cdf99b04ce7eef6eeabc168b59174bb843 (patch) | |
tree | 6785472276c5616bec9d285f9d01aee09181012c /ghc/ghc.mk | |
parent | af5e0344ed0a4973bca7e884f52af8e8562deb35 (diff) | |
download | haskell-9be618cdf99b04ce7eef6eeabc168b59174bb843.tar.gz |
Remove dead code, now that -fvia-c is a no-op
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index cd2a0270b1..8776566106 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -113,9 +113,9 @@ $(INPLACE_LIB)/extra-gcc-opts : extra-gcc-opts # The GHC programs need to depend on all the helper programs they might call ifeq "$(GhcUnregisterised)" "NO" -$(GHC_STAGE1) : $(MANGLER) $(SPLIT) -$(GHC_STAGE2) : $(MANGLER) $(SPLIT) -$(GHC_STAGE3) : $(MANGLER) $(SPLIT) +$(GHC_STAGE1) : $(SPLIT) +$(GHC_STAGE2) : $(SPLIT) +$(GHC_STAGE3) : $(SPLIT) endif $(GHC_STAGE1) : $(INPLACE_LIB)/extra-gcc-opts |