main shinobi / tests / mk / gnu / functions / shell / t011 / mk
1
2HI = $(shell echo hi)
3bad := $(HI)
4.PHONY: all
5all: ; @echo $$HI $(bad)