Fix build on cygwin: Normalise slashes in .depend files to be /
[ghc-hetmet.git] / rules / package-config.mk
index 5dff483..b68f2e1 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)
@@ -33,11 +32,11 @@ $1_$2_HC_DEP =
 $1_$2_HC_PKGCONF = -package-conf $$(BOOTSTRAPPING_CONF)
 $1_$2_GHC_PKG_OPTS = --package-conf=$$(BOOTSTRAPPING_CONF)
 $1_$2_CONFIGURE_OPTS += --package-db=$$(TOP)/$$(BOOTSTRAPPING_CONF)
+$1_$2_HC_OPTS += -no-user-package-conf
 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