X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=d23ee24760f56a2f462ded41a6b6e81e9a6a04e4;hb=d874b8c93b737bf26c949ef7bf19fc43e335bd1f;hp=34352943d25d523b6e04b31544ff3c86b72fc8dc;hpb=3d328395b68f6a8264711677401ac8a049543e4a;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 3435294..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 # ----------------------------------------------------------------------------- @@ -304,7 +310,6 @@ PACKAGES += \ extensible-exceptions \ haskell98 \ hpc \ - packedstring \ pretty \ syb \ template-haskell \ @@ -949,3 +954,5 @@ bootstrapping-files: includes/ghcautoconf.h bootstrapping-files: includes/DerivedConstants.h bootstrapping-files: includes/GHCConstants.h +.DELETE_ON_ERROR: +