diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 491d87d584408f5ca7eb29eaffbdc66ffcb78df8..51b68d23a26544cd030ac9deef1472a3fcde32be 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