mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
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:
@@ -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 $@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user