disable automagic building of GHCi in stage1
authorSimon Marlow <simonmar@microsoft.com>
Mon, 21 Aug 2006 15:19:57 +0000 (15:19 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 21 Aug 2006 15:19:57 +0000 (15:19 +0000)
compiler/Makefile

index e2d42aa..e3407f5 100644 (file)
@@ -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