• Ying Wang's avatar
    Gmake doesn't like newline in macro expansion result. · 427f8c43
    Ying Wang authored
    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
    427f8c43
definitions.mk 93.8 KB