aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/equal_in_target.mk
blob: 14b53701a5fe5ff3364726e7b89b581e1553b8dc (plain)
1
2
3
4
5
6
7
8
9
# TODO(c) fix parser. no rule to make target "test"?
TSV:=test: A=PASS
A_EQ_B:=A=B
EQ==
$(TSV)
test: A$(EQ)B

$(A_EQ_B):
	echo $(A)