From: lewie Date: Fri, 6 Apr 2001 04:28:53 +0000 (+0000) Subject: [project @ 2001-04-06 04:28:53 by lewie] X-Git-Tag: Approximately_9120_patches~2184 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f752bd003838d974e6621cef5d0cfa7bdbb67131;p=ghc-hetmet.git [project @ 2001-04-06 04:28:53 by lewie] More Version Blues. --- 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