From 59e8e34e6232a939dff025905e90a3b2d8db7289 Mon Sep 17 00:00:00 2001
From: simonpj <unknown>
Date: Wed, 29 Dec 1999 14:28:48 +0000
Subject: [PATCH] [project @ 1999-12-29 14:28:48 by simonpj] Set MKDEPENDHS to
 $(HC) instead of $(GHC). This means that dependencies will be computed with
 the same compiler as compilations, which is presumably the right thing.

---
 mk/config.mk.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index f616629d4a45..bed43c98a185 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -506,7 +506,7 @@ HBC		= @HBC@
 NHC		= @NHC@
 
 HC	        = @WithHc@
-MKDEPENDHS	= $(GHC)
+MKDEPENDHS	= $(HC)
 
 # 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
@@ -720,6 +720,7 @@ HSTAGS			= $(HSTAGS_PREFIX)hstags
 # The ways currently defined.
 #
 ALL_WAYS=p t u s mp mg a b c d e f g h i j k l m n o A B
+USER_WAYS=a b c d e f g h i j k l m n o A B
 
 #
 # The following ways currently have treated specially, p u t mg,
-- 
GitLab