Merge "Gmake doesn\'t like newline in macro expansion result." am: c7d5e54dfe
am: fe27825ca5
am: 82b304264e
* commit '82b304264ea590c6d331e4d87db3167875b31c10':
Gmake doesn't like newline in macro expansion result.
This commit is contained in:
commit
6740f9c710
|
@ -1961,7 +1961,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