From: simonm Date: Fri, 19 Sep 1997 12:06:09 +0000 (+0000) Subject: [project @ 1997-09-19 12:06:09 by simonm] X-Git-Tag: Approx_2487_patches~1490 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=febe9db13855ee93378b60624a7121b53ff9d238;p=ghc-hetmet.git [project @ 1997-09-19 12:06:09 by simonm] $(WithHappyHc) = $(WithGhcHc) is a more sensible default. --- 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