From 4b7aede9336782df71391329438c06a124d551f7 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 9 Jul 2001 13:21:09 +0000 Subject: [PATCH] [project @ 2001-07-09 13:21:09 by sewardj] Zap another ghc_411_at_least. --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4