build: re-add proto-tools dep to make proto (#13223)
This commit is contained in:
parent
a1d9936f79
commit
a4fb0b6ece
|
@ -362,7 +362,7 @@ else
|
|||
endif
|
||||
|
||||
.PHONY: proto
|
||||
proto:
|
||||
proto: proto-tools
|
||||
@$(SHELL) $(CURDIR)/build-support/scripts/protobuf.sh
|
||||
|
||||
.PHONY: proto-format
|
||||
|
|
Loading…
Reference in New Issue