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
commit c7d5e54dfe
1 changed files with 1 additions and 1 deletions

View File

@ -1960,7 +1960,7 @@ endef
## 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