From 4afc8afa52f87ae0f94691e026ab8186b9da8b9e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 22 Sep 2008 15:28:27 +0000 Subject: [PATCH] clean sm/Evac_thr.c and sm/Scav_thr.c --- rts/Makefile | 1 + 1 file changed, 1 insertion(+) 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 $< $@ -- 1.7.10.4