From: sewardj Date: Mon, 9 Jul 2001 13:21:09 +0000 (+0000) Subject: [project @ 2001-07-09 13:21:09 by sewardj] X-Git-Tag: Approximately_9120_patches~1598 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4b7aede9336782df71391329438c06a124d551f7;p=ghc-hetmet.git [project @ 2001-07-09 13:21:09 by sewardj] Zap another ghc_411_at_least. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 0c76a79..34572cd 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.171 2001/07/09 10:46:46 simonmar Exp $ +# $Id: Makefile,v 1.172 2001/07/09 13:21:09 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -247,7 +247,7 @@ main/ParsePkgConf_HC_OPTS += -fno-warn-incomplete-patterns # The latest GHC version doesn't have a -K option yet, and it doesn't # seem to be necessary anymore for the modules below. -ifeq "$(ghc_411_at_least)" "NO" +ifeq "$(bootstrapped)" "NO" rename/ParseIface_HC_OPTS += -K2m parser/Parser_HC_OPTS += -K2m endif