unbreak "recompile utils with stage 1"
[ghc-hetmet.git] / compat / compat.mk
index 48b2bea..db1a6c2 100644 (file)
@@ -6,6 +6,10 @@
 # have to deal with variations in the package support of different
 # versions of GHC.
 
+ifneq "$(UseStage1)" "YES"
+
+SRC_HC_OPTS += -DUSING_COMPAT
+
 # Use libghccompat.a:
 SRC_HC_OPTS += -i$(GHC_COMPAT_DIR)
 SRC_LD_OPTS += -L$(GHC_COMPAT_DIR) -lghccompat
@@ -41,4 +45,18 @@ SRC_MKDEPENDHS_OPTS += \
        -optdep--exclude-module=Distribution.ParseUtils \
        -optdep--exclude-module=Distribution.Compiler \
        -optdep--exclude-module=Distribution.Version \
+       -optdep--exclude-module=System.FilePath \
+       -optdep--exclude-module=System.FilePath.Posix \
+       -optdep--exclude-module=System.FilePath.Windows \
        -optdep--exclude-module=System.Directory.Internals
+
+PACKAGE_CABAL =
+PACKAGE_HPC   =
+
+else
+
+PACKAGE_CABAL = -package Cabal
+PACKAGE_HPC   = -package hpc
+
+endif
+