From: simonm Date: Tue, 12 May 1998 16:02:46 +0000 (+0000) Subject: [project @ 1998-05-12 16:02:46 by simonm] X-Git-Tag: Approx_2487_patches~702 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a8a4b4cff950c6c2e36d5a51e885fc74a9098724;p=ghc-hetmet.git [project @ 1998-05-12 16:02:46 by simonm] - add *.hc to MOSTLY_CLEAN_FILES. --- diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index a6bb13e..0c33928 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