Add the check-fast run_pass_stage2 lib to 'make clean'

Should fix the windows bots
This commit is contained in:
Brian Anderson 2012-11-30 15:02:00 -08:00
parent 16b64e2fa1
commit 4d820f0230

View file

@ -110,6 +110,7 @@ clean$(1)_T_$(2)_H_$(3):
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass*
endef
$(foreach host, $(CFG_TARGET_TRIPLES), \