Skip to content

Commit 36ad654

Browse files
daywalker90rustyrussell
authored andcommitted
Makefile: ensure that cln-grpc depends on msggen generated rust files.
Changelog-None
1 parent 020bd97 commit 36ad654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ CLN_PLUGIN_EXAMPLES := \
296296
CLN_PLUGIN_SRC = $(shell find plugins/src -name "*.rs")
297297
CLN_GRPC_PLUGIN_SRC = $(shell find plugins/grpc-plugin/src -name "*.rs")
298298

299-
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GEN_ALL)
299+
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL)
300300
cargo build ${CARGO_OPTS} --bin cln-grpc
301301

302302
ifneq ($(RUST),0)

0 commit comments

Comments
 (0)