From: simonmar Date: Thu, 9 Dec 1999 14:40:07 +0000 (+0000) Subject: [project @ 1999-12-09 14:40:07 by simonmar] X-Git-Tag: Approximately_9120_patches~5390 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=b7c838d72825624f2d8ff43ad7f91b14a35bd3fb;hp=39262efa1c066d97547ac72d8bd16a145ac3f359;p=ghc-hetmet.git [project @ 1999-12-09 14:40:07 by simonmar] eliminate recursive defn: HC <--> WithGhcHc --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 2c3a292..760e7dd 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -147,7 +147,7 @@ IncludeTestDirsInBuild=NO # HC_ROJEMO_NHC # HC_UNSPECIFIED -WithGhcHc = $(HC) +WithGhcHc = @WithHc@ # Variable which is set to the version number of the $(WithGhcHc) we're using. # Not currently used, but might come in handy sometime soon. @@ -281,7 +281,7 @@ HaveLibReadline=@HaveLibReadline@ ################################################################################ # The compiler you'd like to use to compile Happy -WithHappyHc = $(HC) +WithHappyHc = @WithHc@ # HappyHcOpts gives the flags to pass to the Haskell compiler used # to compile the Happy sources with. @@ -502,7 +502,7 @@ GHC = @GHC@ HBC = @HBC@ NHC = @NHC@ -HC = @WithHc@ +HC = @WithHc@ MKDEPENDHS = $(GHC) # Sometimes we want to invoke ghc from the build tree in different