From febe9db13855ee93378b60624a7121b53ff9d238 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 19 Sep 1997 12:06:09 +0000 Subject: [PATCH] [project @ 1997-09-19 12:06:09 by simonm] $(WithHappyHc) = $(WithGhcHc) is a more sensible default. --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 025a94e..3d77090 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -287,7 +287,7 @@ HsLibHcOpts=$(GhcLibHcOpts) ################################################################################# # The compiler you'd like to use to compile Happy -WithHappyHc = ghc-0.29 +WithHappyHc = $(WithGhcHc) # HappyHcOpts gives the flags to pass to the Haskell compiler used # to compile the Happy source coed -- 1.7.10.4