From: Simon Marlow Date: Mon, 22 Sep 2008 15:28:27 +0000 (+0000) Subject: clean sm/Evac_thr.c and sm/Scav_thr.c X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4afc8afa52f87ae0f94691e026ab8186b9da8b9e clean sm/Evac_thr.c and sm/Scav_thr.c --- diff --git a/rts/Makefile b/rts/Makefile index d6a4e45..ab5c6e7 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -405,6 +405,7 @@ sm/Evac_HC_OPTS += -optc-funroll-loops ifneq "$(findstring thr, $(way))" "" EXTRA_SRCS += sm/Evac_thr.c sm/Scav_thr.c +CLEAN_FILES += sm/Evac_thr.c sm/Scav_thr.c sm/Evac_thr.c : sm/Evac.c cp $< $@