main shinobi / tests / mk / gnu / features / se_implicit / t017 / mk
1
2.SECONDEXPANSION:
3dep:=hello.x
4all: hello.z
5%.z: %.x; @echo $@
6%.x: ;
7%.q: $$(dep)