auto merge of #586 : metajack/servo/auto-clean, r=jdm

This commit is contained in:
bors-servo 2013-07-12 10:42:32 -07:00
commit e966920a22
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ clean-rust:
endif
src/compiler/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger
src/compiler/rust/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger
$(Q)$(MAKE) clean-rust
touch $@
@ -227,7 +227,7 @@ include $(S)mk/clean.mk
.DEFAULT_GOAL := all
.PHONY: all
all: src/compiler/rust-auto-clean-stamp servo package
all: src/compiler/rust/rust-auto-clean-stamp servo package
# Servo helper libraries

@ -1 +1 @@
Subproject commit 372622906d112ae28825be1d5fcd8737cd03ae58
Subproject commit df2b9ae514ba76c616e7f58d9de0da545512cfe0