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