Makefile: ensure that cln-grpc depends on msggen generated rust files.
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
020bd97a5a
commit
36ad654fc1
@@ -296,7 +296,7 @@ CLN_PLUGIN_EXAMPLES := \
|
||||
CLN_PLUGIN_SRC = $(shell find plugins/src -name "*.rs")
|
||||
CLN_GRPC_PLUGIN_SRC = $(shell find plugins/grpc-plugin/src -name "*.rs")
|
||||
|
||||
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GEN_ALL)
|
||||
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL)
|
||||
cargo build ${CARGO_OPTS} --bin cln-grpc
|
||||
|
||||
ifneq ($(RUST),0)
|
||||
|
||||
Reference in New Issue
Block a user