[project @ 1998-05-08 09:16:16 by sof]
[ghc-hetmet.git] / ghc / mk / paths.mk
index 4b11470..a6bb13e 100644 (file)
@@ -3,12 +3,6 @@
 # ghc project specific make variables
 #
 
-#
-PROJECTVERSION=$(GhcProjectVersion)
-PROJECTNAME=$(GhcProjectName)
-PROJECTPATCHLEVEL=$(GhcProjectPatchLevel)
-
-
 # Override default haskell compiler if required
 #HC                    = $(WithGhcHc)
 HaskellCompilerType    = $(WithGhcHcType)
@@ -71,3 +65,11 @@ 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