michael@0: $(shell \ michael@0: mkdir subd1; \ michael@0: touch subd1/test.in; \ michael@0: ) michael@0: michael@0: VVAR = %.in subd1 michael@0: michael@0: vpath $(VVAR) michael@0: michael@0: all: test.in michael@0: test "$<" = "subd1/test.in" michael@0: @echo TEST-PASS