浏览代码

Fix typo in Makefile.am.

This is a fix for a typo in commit 743a4322ba8332d0b78e30a699e1f3538f8b2093.

The missing newline continuation causes the re-generated Makefile to yield a parse error.
David L. Jones 5 年之前
父节点
当前提交
73f3a7209b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -1217,7 +1217,7 @@ js_EXTRA_DIST=                                                         \
   js/test_bootstrap.js                                                 \
   js/testbinary.proto                                                  \
   js/testempty.proto                                                   \
-  js/testlargenumbers.proto
+  js/testlargenumbers.proto                                            \
   js/experimental/runtime/testing/jasmine_protobuf.js                  \
   js/experimental/runtime/testing/ensure_custom_equality_test.js       \
   js/experimental/runtime/testing/binary/test_message.js               \