diff options
author | dons <unknown> | 2004-10-07 03:19:51 +0000 |
---|---|---|
committer | dons <unknown> | 2004-10-07 03:19:51 +0000 |
commit | 82a610f1ab49c77b2a31108925c9fd5c89ecd14e (patch) | |
tree | 2e00cfff359c797c16c0baf79149611d2a6d8b49 /mk/bootstrap.mk | |
parent | e85197e27175fb6cbd8e27a6de6696b9f4cba38c (diff) | |
download | haskell-82a610f1ab49c77b2a31108925c9fd5c89ecd14e.tar.gz |
[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.
Diffstat (limited to 'mk/bootstrap.mk')
-rw-r--r-- | mk/bootstrap.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index aef691dd1d..35d97126b7 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. |