Ensure runhaskell is rebuild in stage2
[ghc-hetmet.git] / utils / runghc / Makefile
index ef55c32..557940b 100644 (file)
@@ -30,7 +30,7 @@ all :: $(RUNHASKELL_PROG)
 $(RUNHASKELL_PROG) : $(HS_PROG)
        $(CP) $< $(RUNHASKELL_PROG)
 
-CLEAN_FILES += $(RUNHASKELL_PROG)
+MOSTLY_CLEAN_FILES += $(RUNHASKELL_PROG)
 
 ifneq "$(NO_INSTALL_RUNHASKELL)" "YES"
 INSTALL_PROGS += $(RUNHASKELL_PROG)