From: Simon Marlow Date: Mon, 21 Aug 2006 15:19:57 +0000 (+0000) Subject: disable automagic building of GHCi in stage1 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=605c4cddf635b73f0aed3126e20b68e44cfca166;p=ghc-hetmet.git disable automagic building of GHCi in stage1 --- diff --git a/compiler/Makefile b/compiler/Makefile index e2d42aa..e3407f5 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -396,7 +396,7 @@ else ifneq "$(findstring $(stage), 2 3)" "" bootstrapped = YES else -bootstrapped = $(shell if (test $(GhcCanonVersion) -eq $(ProjectVersionInt) -a $(GhcPatchLevel) -eq $(ProjectPatchLevel)); then echo YES; else echo NO; fi) +bootstrapped = NO endif endif