commit | 427f8c43aa1ce72f4fd1a06f17e7f346dadfb8ab | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Fri Dec 04 16:44:03 2015 -0800 |
committer | Ying Wang <wangying@google.com> | Fri Dec 04 16:44:03 2015 -0800 |
tree | e6d4747b363d7a4d314796afb9ddc11861a834c2 | |
parent | cc3b2a58548832ab7a6620d6b607d315f06dfc06 [diff] |
Gmake doesn't like newline in macro expansion result. When $(call func) in the makefile text expansion includes newline, gmake reports error "missing separator". But it's fine if the expansion includes only spaces. That's a bit odd. This change fixes the "missing separator". Change-Id: I094e5ae1725699ebfa4ed66544eef037dd68714c