Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
vpath-directive-dynamic.mk
blob: 9aa1bf956cd06b69f168f45bd035db574694f8fc [
file
] [
log
] [
blame
]
$
(
shell \
mkdir subd1
;
\
touch subd1
/
test
.
in
;
\
)
VVAR
=
%.
in
subd1
vpath $
(
VVAR
)
all
:
test
.
in
test
"$<"
=
"subd1/test.in"
@echo
TEST
-
PASS