[project @ 2004-10-07 03:19:51 by dons]
authordons <unknown>
Thu, 7 Oct 2004 03:19:51 +0000 (03:19 +0000)
committerdons <unknown>
Thu, 7 Oct 2004 03:19:51 +0000 (03:19 +0000)
Need suffix.mk, otherwise .hc bootstrapping dies in ghc/compiler, with
"No rule to make target Foo.o" error.

mk/bootstrap.mk

index aef691d..35d9712 100644 (file)
@@ -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.