fix(deps): fixed dependency to wrong target

Which caused the cmn.rs to be missing, and the build to fail.
This commit is contained in:
Sebastian Thiel
2015-03-14 12:58:57 +01:00
parent 5fd7cb5114
commit 51d05d6db0

View File

@@ -64,7 +64,7 @@ ${api_name}: ${api_common}
${api_cargo}: ${api_name}
cd ${gen_root} && cargo $(ARGS)
${api_doc_index}: ${gen_root_stamp}
${api_doc_index}: ${api_name}
cd ${gen_root} && cargo doc
@echo "Docs for ${api_name} at $@"