aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/recursive_command_expansion.mk
blob: 8d9314099cfb6e87d796df395064b7b5b4f7a57b (plain)
1
2
3
4
5
A="$${A}"
B=$(A)

test:
	echo $(B)