Merge "Gmake doesn't like newline in macro expansion result."

This commit is contained in:
Ying Wang
2015-12-05 00:49:46 +00:00
committed by Gerrit Code Review

View File

@@ -1960,7 +1960,7 @@ endef
## Define a rule which generates .jar.toc and mark it as .KATI_RESTAT. ## Define a rule which generates .jar.toc and mark it as .KATI_RESTAT.
define define-jar-to-toc-rule 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) $(eval .KATI_RESTAT: $1.toc)
endef endef