blob: 74ffdfbdf851e57c6589bde1a5dd226e78d8a5fe [file] [log] [blame]
# TODO(go): Fix
test: foo bar
empty:=
$(empty)
export A=PASS_A\
with_space
foo:
echo $$A
rule:=bar:
$(rule)
export B=PASS_B; echo $${B}\
without_space