From 22027ea875e49a4030e25483412215fc6d8741fe Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Dec 2000 12:32:59 +0000 Subject: [PATCH] [project @ 2000-12-14 12:32:59 by simonmar] $(MKDEPENDHS) = $(GHC), not $(HC). --- 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 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 -- 1.7.10.4