From 11f2a4e60ce0429d6581c7976c6e92e5631e83c7 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Sun, 24 Mar 2024 13:13:53 -0400 Subject: [PATCH] Generate vtctldclient RPC client code from vtctlservice protobufs on make proto (#15561) Signed-off-by: Matt Lord --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 850430c36ee..6b14719ac10 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,7 @@ PROTO_SRCS = $(wildcard proto/*.proto) PROTO_SRC_NAMES = $(basename $(notdir $(PROTO_SRCS))) PROTO_GO_OUTS = $(foreach name, $(PROTO_SRC_NAMES), go/vt/proto/$(name)/$(name).pb.go) # This rule rebuilds all the go files from the proto definitions for gRPC. -proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types +proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types vtctldclient ifndef NOBANNER echo $$(date): Compiling proto definitions