summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2008-05-22 04:49:00 +0000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2008-05-22 04:49:00 +0000
commit8604da0136707cc14845d14a88c2272fe576b6d0 (patch)
tree11bec567b518b840bf1a3b6eb6857fa2815d19d7 /utils/runghc
parent24f3ffdaa0ffd164616969080c3e6400f04980dd (diff)
downloadhaskell-8604da0136707cc14845d14a88c2272fe576b6d0.tar.gz
Ensure runhaskell is rebuild in stage2
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile
index ef55c320a0..557940b611 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)