main shinobi / tests / mk / gnu / variables / define / t019 / mk
 1
 2foo = echo foo
 3
 4define bar
 5	define foo
 6	  echo bar
 7	endef
 8endef
 9
10all:;@$(foo)