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