summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk22
blob: f3dbde759b49a740bd2837ab282e62a8a2d85355 (plain)
1
2
3
4
5
6
7
8
9
10
# Recursion on variables.
A=$B
B=$C
C=$A

a:
	echo $A

b:
	echo "business as usual"