main shinobi / tests / mk / gnu / variables / flavors / t007 / mk
1
2bar = Goodbye
3foo ::= $(bar)
4bar = ${ugh}
5ugh = Hello
6all: ; @echo $(foo)