From 73f3a7209b0a610b30fac16df42998199b7888a1 Mon Sep 17 00:00:00 2001 From: "David L. Jones" Date: Thu, 27 Feb 2020 11:26:39 -0800 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4e5c164ca6..b4e6ebd886 100644 --- a/Makefile.am +++ b/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 \