aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/vpath.mk
blob: 5e372644159e8323ffc8ab32646b88d8110f769f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO(c/test2): bar is built even if foo doesn't exist.

VPATH=dir

test: bar

test1:
	mkdir dir
	touch dir/foo

test2: bar

bar: foo
	echo PASS