From: simonmar Date: Thu, 14 Dec 2000 12:32:59 +0000 (+0000) Subject: [project @ 2000-12-14 12:32:59 by simonmar] X-Git-Tag: Approximately_9120_patches~3102 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=22027ea875e49a4030e25483412215fc6d8741fe;p=ghc-hetmet.git [project @ 2000-12-14 12:32:59 by simonmar] $(MKDEPENDHS) = $(GHC), not $(HC). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 8ee3b5b..2371717 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -524,7 +524,7 @@ HBC = @HBC@ NHC = @NHC@ HC = @WithHc@ -MKDEPENDHS = $(HC) +MKDEPENDHS = $(GHC) # Sometimes we want to invoke ghc from the build tree in different # projects (eg. it's handy to have a nofib & a ghc build in the same