X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMakefile;h=ab5c6e73700d70911f86d1530bfd26897dc79dce;hb=c7344a639519b0ecd4ac24252ebc13ffdd3e9bd7;hp=9d5d6ec5394850a7f862c1ffd1d25a4e03cf40cf;hpb=53e85ba144b56a4380e1dba2ef272da61650bcfa;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index 9d5d6ec..ab5c6e7 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -208,6 +208,7 @@ RtsUtils_CC_OPTS += -DGhcEnableTablesNextToCode=$(DQ)$(GhcEnableTablesNextToCode # ffi.h triggers prototype warnings, so disable them here: Interpreter_CC_OPTS += -Wno-strict-prototypes Adjustor_CC_OPTS += -Wno-strict-prototypes +sm/Storage_CC_OPTS += -Wno-strict-prototypes StgCRun_CC_OPTS += -w Typeable_CC_OPTS += -w @@ -404,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 $< $@