main shinobi / tests / mk / kati / recursive_self_reference / default / mk
1B = $(C)
2C = $(A)
3A = $(B)
4
5foo:
6	 echo $(A) > $@