From: simonm Date: Fri, 14 May 1999 11:23:47 +0000 (+0000) Subject: [project @ 1999-05-14 11:23:47 by simonm] X-Git-Tag: Approximately_9120_patches~6210 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fd59592399bb7e2da4e929858338bed0f7ce2337;p=ghc-hetmet.git [project @ 1999-05-14 11:23:47 by simonm] Tmp fix: compile HsBasic with -fno-prune-tydecls. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 82ae5a7..63c090f 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.56 1999/05/13 17:30:50 simonm Exp $ +# $Id: Makefile,v 1.57 1999/05/14 11:23:47 simonm Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -213,6 +213,7 @@ typecheck/TcGenDeriv_HC_OPTS = -H10m # tmp, -- SDM specialise/Specialise_HC_OPTS += -fno-prune-tydecls +hsSyn/HsBasic_HC_OPTS += -fno-prune-tydecls # Was 10m for 2.10 typecheck/TcHsSyn_HC_OPTS = -H15m