about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-08-01 16:48:41 -0700
committerBrian Anderson <banderson@mozilla.com>2014-08-01 16:48:41 -0700
commit0ea44fd0aa8a8e16ca5607778da444d30de695c4 (patch)
tree13110ae249f1fb32fb1bf1431ab6406a5ee08c6e
parent6136381ed86189a027e641d233a1296ff8b60679 (diff)
downloadrust-0ea44fd0aa8a8e16ca5607778da444d30de695c4.tar.gz
rust-0ea44fd0aa8a8e16ca5607778da444d30de695c4.zip
mk: Add missing colon
-rw-r--r--mk/docs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index 718916d99bb..8a0c17de27a 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -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