[project @ 2000-12-14 12:32:59 by simonmar]
authorsimonmar <unknown>
Thu, 14 Dec 2000 12:32:59 +0000 (12:32 +0000)
committersimonmar <unknown>
Thu, 14 Dec 2000 12:32:59 +0000 (12:32 +0000)
$(MKDEPENDHS) = $(GHC), not $(HC).

mk/config.mk.in

index 8ee3b5b..2371717 100644 (file)
@@ -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