Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1c400aa990481efea39e438a8a9884d3179da244

>---------------------------------------------------------------

commit 1c400aa990481efea39e438a8a9884d3179da244
Author: Ian Lynagh <[email protected]>
Date:   Fri Dec 2 21:42:59 2011 +0000

    MAKE_RESTARTS should never be higher than 1

>---------------------------------------------------------------

 ghc.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index a5afe14..0882c5b 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -81,7 +81,6 @@ default : all
 # Catch make if it runs away into an infinite loop
 ifeq      "$(MAKE_RESTARTS)" ""
 else ifeq "$(MAKE_RESTARTS)" "1"
-else ifeq "$(MAKE_RESTARTS)" "2"
 else
 $(error Make has restarted itself $(MAKE_RESTARTS) times; is there a makefile 
bug?)
 endif



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to