From a8a4b4cff950c6c2e36d5a51e885fc74a9098724 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Tue, 12 May 1998 16:02:46 +0000
Subject: [PATCH] [project @ 1998-05-12 16:02:46 by simonm] - add *.hc to
 MOSTLY_CLEAN_FILES.

---
 ghc/mk/paths.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk
index a6bb13e1830d..0c33928f3d13 100644
--- a/ghc/mk/paths.mk
+++ b/ghc/mk/paths.mk
@@ -73,3 +73,6 @@ MKDEPENDHS_SRCS = $(HS_SRCS)
 else
 MKDEPENDHS_SRCS =
 endif
+
+# temporary until the new RTS is merged in.
+MOSTLY_CLEAN_FILES += *.hc
-- 
GitLab