blob: 71f0a5e8347d077a5658bd8ac62b8e28f627a900 [file] [log] [blame]
X:=foo \
bar
Y:=foo \
\
bar
$(info foo \
bar)
test:
echo PASS $(X) $(Y)