From: simonmar Date: Thu, 9 Dec 1999 11:21:54 +0000 (+0000) Subject: [project @ 1999-12-09 11:21:54 by simonmar] X-Git-Tag: Approximately_9120_patches~5396 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c0c1d3ff8c55f1c5af643b3d0d241876c6af78c0;p=ghc-hetmet.git [project @ 1999-12-09 11:21:54 by simonmar] clean PrelGHC.hi in its various flavours. Obtained-from: Michael Weber --- 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