From 8604da0136707cc14845d14a88c2272fe576b6d0 Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Thu, 22 May 2008 04:49:00 +0000 Subject: [PATCH] Ensure runhaskell is rebuild in stage2 --- utils/runghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index ef55c32..557940b 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -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) -- 1.7.10.4