X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fpaths.mk;h=e3b3a99c1926ee3a075c9ce9c8d2b872b9db92b1;hb=6aee216f7dca54052b30463068cbe131d0191b6d;hp=f995c4034936123e74dafd7bdd4784ae0db9ca47;hpb=8e01cd7297b3463afbb9cf0b8f1a78cc6d05956d;p=ghc-hetmet.git diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index f995c40..e3b3a99 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -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