auto merge of #16181 : brson/rust/colon, r=kballard

This commit is contained in:
bors 2014-08-02 15:36:09 +00:00
commit 032d5c1dcd

View File

@ -285,7 +285,7 @@ doc/$(1)/:
$(2) += doc/$(1)/index.html
doc/$(1)/index.html: CFG_COMPILER_HOST_TRIPLE = $(CFG_TARGET)
doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1)) doc/$(1)/
@$$(call E, rustdoc $$@)
@$$(call E, rustdoc: $$@)
$$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$<
endef