main shinobi / tests / mk / gnu / options / dash-n / t005 / mk
1.SUFFIXES:
2BAR =     # nothing
3FOO = +$(BAR)
4a: b; echo > $@
5b: c; $(FOO)