aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-31 12:54:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-31 12:54:23 -0700
commitccbc810bae7adaa17ad38d03f52d74631ccfe2c3 (patch)
tree91801af3704b9b255d09b73f47bb76c4b8ce6539 /templates
parent77c983dc87dcf19b3e869247f90063ef4c10af3e (diff)
parent0d6196025e62aea5aabc6341459f2c370e264230 (diff)
Merge github.com:grpc/grpc into error
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 0d5f0ec5b5..f84b5f6bf2 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1207,7 +1207,7 @@
$(LIBDIR)/$(CONFIG)/pkgconfig/grpc_zookeeper.pc:
$(E) "[MAKE] Generating $@"
$(Q) mkdir -p $(@D)
- $(Q) echo -e "$(GRPC_ZOOKEEPER_PC_FILE)" >$@
+ $(Q) echo "$(GRPC_ZOOKEEPER_PC_FILE)" | tr , '\n' >$@
$(LIBDIR)/$(CONFIG)/pkgconfig/grpc++.pc:
$(E) "[MAKE] Generating $@"