From f752bd003838d974e6621cef5d0cfa7bdbb67131 Mon Sep 17 00:00:00 2001 From: lewie Date: Fri, 6 Apr 2001 04:28:53 +0000 Subject: [PATCH] [project @ 2001-04-06 04:28:53 by lewie] More Version Blues. --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 13a5bf3..98d0b77 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.151 2001/04/03 12:55:01 rrt Exp $ +# $Id: Makefile,v 1.152 2001/04/06 04:28:53 lewie Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -96,7 +96,7 @@ ifeq "$(BootingFromHc)" "YES" # HC files are always from a self-booted compiler ghc_411_at_least = 1 else -ghc_411_at_least = $(shell expr "$(GhcMinVersion)" \>= 11) +ghc_411_at_least = $(shell expr "$(GhcVersion)" \>= 4.11) endif # Only include GHCi if we're bootstrapping with at least version 411 -- 1.7.10.4