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