From 3c7ebf6a3a9b3fa325a7239d6610d55b720e459f Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Wed, 21 Jan 1998 14:24:23 +0000
Subject: [PATCH] [project @ 1998-01-21 14:24:23 by simonm] remove
 MKDEPENDHS_1_2.

---
 mk/config.mk.in | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index a60d208f0d95..0b1a29151c42 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -529,13 +529,6 @@ HSTAGS_PREFIX           = $(FPTOOLS_TOP)/ghc/utils/hstags/
 HC		= $(FPTOOLS_TOP)/ghc/driver/ghc
 MKDEPENDHS	= $(HC)
 
-#
-# The compiler proper is built with the 1.2 compiler,
-# so when building the dependencies, we need mkdependHS
-# for the 1.2 compiler.
-#
-MKDEPENDHS_1_2  = mkdependHS-1.2
-
 #-----------------------------------------------------------------------------
 # C compiler
 #
-- 
GitLab