mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
144 B
Makefile
13 lines
144 B
Makefile
$(shell \
|
|
mkdir subd1; \
|
|
touch subd1/test.in; \
|
|
)
|
|
|
|
VVAR = %.in subd1
|
|
|
|
vpath $(VVAR)
|
|
|
|
all: test.in
|
|
test "$<" = "subd1/test.in"
|
|
@echo TEST-PASS
|