aboutsummaryrefslogtreecommitdiff
path: root/testcase/vpath.mk
blob: 3a866683835c66074bdf4dbb2d01985ad37e2696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO(c): 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