forked from openkylin/platform_build
Merge "Gmake doesn\'t like newline in macro expansion result."
am: c7d5e54dfe
* commit 'c7d5e54dfe71766dc60adcf06e6ec1a2b12cdda9':
Gmake doesn't like newline in macro expansion result.
This commit is contained in:
commit
fe27825ca5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue