X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=d23ee24760f56a2f462ded41a6b6e81e9a6a04e4;hb=1b61c2db6a8d6627577bcd7876474a0c5bd1eedb;hp=d94875be3850949b4364500ad4d142802675c406;hpb=f93e8ca1bc5a58c3c1771145d0e27fccf395cc62;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index d94875b..d23ee24 100644 --- a/ghc.mk +++ b/ghc.mk @@ -202,6 +202,7 @@ include rules/c-sources.mk include rules/includes-sources.mk include rules/hs-objs.mk include rules/c-objs.mk +include rules/cmm-objs.mk # ----------------------------------------------------------------------------- # Suffix rules @@ -226,6 +227,11 @@ $(foreach way,$(ALL_WAYS),\ include rules/c-suffix-rules.mk +#----------------------------------------------------------------------------- +# CMM-related suffix rules + +include rules/cmm-suffix-rules.mk + endif # ----------------------------------------------------------------------------- @@ -948,3 +954,5 @@ bootstrapping-files: includes/ghcautoconf.h bootstrapping-files: includes/DerivedConstants.h bootstrapping-files: includes/GHCConstants.h +.DELETE_ON_ERROR: +