aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/recursive_command_expansion.mk
blob: fc3fff1361e89ce99dcea1e303aca255af3240ba (plain)
1
2
3
4
5
6
7
unexport A

A="$${A}"
B=$(A)

test:
	echo $(B)