[project @ 1998-08-20 15:43:39 by sof]
[ghc-hetmet.git] / ghc / mk / paths.mk
index f995c40..e3b3a99 100644 (file)
@@ -3,10 +3,6 @@
 # ghc project specific make variables
 #
 
-# Override default haskell compiler if required
-#HC                    = $(WithGhcHc)
-HaskellCompilerType    = $(WithGhcHcType)
-
 GCap=-optc-DGCap
 #GC2s=-optc-DGC2s
 #GC1s=-optc-DGC1s
@@ -65,3 +61,14 @@ else
 GHC_OPT_HILEV_ASM              = $(CC)
 endif
 
+#
+# There's no need to compute dependencies when booting from .hc files
+#
+ifneq "$(GhcWithHscBuiltViaC)" "YES"
+MKDEPENDHS_SRCS = $(HS_SRCS)
+else
+MKDEPENDHS_SRCS =
+endif
+
+# temporary until the new RTS is merged in.
+MOSTLY_CLEAN_FILES += *.hc