From 82a610f1ab49c77b2a31108925c9fd5c89ecd14e Mon Sep 17 00:00:00 2001 From: dons Date: Thu, 7 Oct 2004 03:19:51 +0000 Subject: [PATCH] [project @ 2004-10-07 03:19:51 by dons] Need suffix.mk, otherwise .hc bootstrapping dies in ghc/compiler, with "No rule to make target Foo.o" error. --- mk/bootstrap.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 1.7.10.4