[project @ 1997-09-19 12:06:09 by simonm]
authorsimonm <unknown>
Fri, 19 Sep 1997 12:06:09 +0000 (12:06 +0000)
committersimonm <unknown>
Fri, 19 Sep 1997 12:06:09 +0000 (12:06 +0000)
$(WithHappyHc) = $(WithGhcHc) is a more sensible default.

mk/config.mk.in

index 025a94e..3d77090 100644 (file)
@@ -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