aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/target_specific_var_var_name.mk
blob: 103b0008e60d4b72ca5560d27d05f1c6458e27c6 (plain)
1
2
3
4
FOO:=BAR
test: $$(FOO) := FAIL
test:
	echo $(BAR)