blob: 068f36c36e21c6dea3ea9840f2a6581b7be623ea [file] [log] [blame]
no_comment:=\\
# FAIL
two_backslash:=\\ foo
test:
echo $(no_comment)
echo $(two_backslash)
echo \\
echo \\ foo