X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fbootstrap.mk;h=35d97126b72613f4ea895e69596aa41a92977be5;hb=82a610f1ab49c77b2a31108925c9fd5c89ecd14e;hp=aef691dd1d02a5f7d440f46ad94200be009a02a3;hpb=d369f9643ee5a0758c5de1c08e415c20105d75b3;p=ghc-hetmet.git diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index aef691d..35d9712 100644 --- a/mk/bootstrap.mk +++ b/mk/bootstrap.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: bootstrap.mk,v 1.30 2004/02/04 10:00:43 simonmar Exp $ +# $Id: bootstrap.mk,v 1.31 2004/10/07 03:19:51 dons Exp $ # # Makefile rules for booting from .hc files without a driver. # @@ -17,6 +17,8 @@ include $(TOP)/mk/paths.mk # Reset TOP TOP:=$(TOP_SAVED) +include $(TOP)/mk/suffix.mk + # ----------------------------------------------------------------------------- # Set the platform-specific options to send to the C compiler. These should # match the list in machdepCCOpts in ghc/compiler/DriverFlags.hs.