aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-02-19 09:59:44 -0800
committerGravatar Vijay Pai <vpai@google.com>2015-02-19 09:59:44 -0800
commit850290ff7cd2776de48522ec8e0914171d97d60d (patch)
tree627b85b25771e61312ce0ed22d1f8827066edae2 /templates
parent5df27a9e2b17efb6d3caae25261ceffa8feff6ab (diff)
Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it
was used.
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 79ec95dd13..b302623cd9 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -692,7 +692,7 @@ else
$(GENDIR)/${p}.pb.cc: ${p}.proto $(PROTOBUF_DEP) $(PROTOC_PLUGINS)
$(E) "[PROTOC] Generating protobuf CC file from $<"
$(Q) mkdir -p `dirname $@`
- $(Q) $(PROTOC) --cpp_out=$(GENDIR) --grpc_out=$(GENDIR) --plugin=protoc-gen-grpc=$(BINDIR)/$(CONFIG)/cpp_plugin $<
+ $(Q) $(PROTOC) --cpp_out=$(GENDIR) --grpc_out=$(GENDIR) --plugin=protoc-gen-grpc=$(BINDIR)/$(CONFIG)/grpc_cpp_plugin $<
endif
% endfor