From c0c1d3ff8c55f1c5af643b3d0d241876c6af78c0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 9 Dec 1999 11:21:54 +0000 Subject: [PATCH] [project @ 1999-12-09 11:21:54 by simonmar] clean PrelGHC.hi in its various flavours. Obtained-from: Michael Weber --- ghc/lib/std/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 491d87d..51b68d2 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -97,6 +97,8 @@ all :: PrelMain.dll_o DllVersionInfo.o endif +CLEAN_FILES += PrelGHC.hi $(foreach way, $(WAYS), PrelGHC.$(way)_hi) + # # Building PrelMain.dll_o is, unfortunately, somewhat tricky # with the current DLL setup. PrelMain.dll_o should refer to -- 1.7.10.4