diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-09-22 15:28:27 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-09-22 15:28:27 +0000 |
commit | 4afc8afa52f87ae0f94691e026ab8186b9da8b9e (patch) | |
tree | 3a6de4d9f6289e5c7ee00ccb01e7f3bdefe43a6c /rts/Makefile | |
parent | abc32aba7135136c89e089296e296fbb380bda39 (diff) | |
download | haskell-4afc8afa52f87ae0f94691e026ab8186b9da8b9e.tar.gz |
clean sm/Evac_thr.c and sm/Scav_thr.c
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index d6a4e4549d..ab5c6e7370 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 $< $@ |