Remove the ghc_ge_609 makefile variables
[ghc-hetmet.git] / rules / package-config.mk
index 5dff483..c30f117 100644 (file)
@@ -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