clean sm/Evac_thr.c and sm/Scav_thr.c
authorSimon Marlow <simonmar@microsoft.com>
Mon, 22 Sep 2008 15:28:27 +0000 (15:28 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 22 Sep 2008 15:28:27 +0000 (15:28 +0000)
rts/Makefile

index d6a4e45..ab5c6e7 100644 (file)
@@ -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 $< $@