diff options
author | Ian Lynagh <igloo@earth.li> | 2010-04-12 23:56:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-04-12 23:56:58 +0000 |
commit | 4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd (patch) | |
tree | 5feef569ad45063d2ba1ef97a30b2f8dd7a8abda /rules/package-config.mk | |
parent | 5f220e2c4240826a6a4ccfd8ffe038ed1b0708b8 (diff) | |
download | haskell-4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd.tar.gz |
Remove the ghc_ge_609 makefile variables
They are now guaranteed to be YES
Diffstat (limited to 'rules/package-config.mk')
-rw-r--r-- | rules/package-config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/package-config.mk b/rules/package-config.mk index 5dff483062..c30f11724e 100644 --- a/rules/package-config.mk +++ b/rules/package-config.mk @@ -17,7 +17,6 @@ $1_$2_HC = $$(GHC_STAGE$3) # configuration stuff that depends on which GHC we're building with ifeq "$3" "0" -$1_$2_ghc_ge_609 = $$(ghc_ge_609) $1_$2_ghc_ge_6102 = $$(ghc_ge_6102) $1_$2_ghc_ge_611 = $$(ghc_ge_611) $1_$2_ghc_ge_613 = $$(ghc_ge_613) @@ -37,7 +36,6 @@ ifeq "$(ghc_ge_613)" "YES" $1_$2_HC_OPTS += -rtsopts endif else -$1_$2_ghc_ge_609 = YES $1_$2_ghc_ge_6102 = YES $1_$2_ghc_ge_611 = YES $1_$2_ghc_ge_613 = YES |