blob: 89618e2d29841499adb336e9c8835fabd54a90d8 [file] [log] [blame]
# TODO: Fix. We are evaluating LHS twice.
FOO:=BAR
test: $$(FOO) := FAIL
test:
echo $(BAR)