Browse Source

build: re-add proto-tools dep to make proto (#13223)

pull/13239/head
R.B. Boyer 3 years ago committed by GitHub
parent
commit
35371ad697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      GNUmakefile

2
GNUmakefile

@ -362,7 +362,7 @@ else
endif
.PHONY: proto
proto:
proto: proto-tools
@$(SHELL) $(CURDIR)/build-support/scripts/protobuf.sh
.PHONY: proto-format

Loading…
Cancel
Save