Merge "Gmake doesn't like newline in macro expansion result."
diff --git a/core/definitions.mk b/core/definitions.mk
index 89ffcf7..19365ca 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1960,7 +1960,7 @@
 
 ## Define a rule which generates .jar.toc and mark it as .KATI_RESTAT.
 define define-jar-to-toc-rule
-$(eval $(call _transform-jar-to-toc,$1))
+$(eval $(call _transform-jar-to-toc,$1))\
 $(eval .KATI_RESTAT: $1.toc)
 endef