From 605c4cddf635b73f0aed3126e20b68e44cfca166 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 21 Aug 2006 15:19:57 +0000 Subject: [PATCH] disable automagic building of GHCi in stage1 --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4