Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
matchany.mk
blob: 7876c90a315bfc9f87571755651c5c6f07bac1ee [
file
] [
log
] [
blame
]
#T returncode: 2
# we should fail to make foo.ooo from foo.ooo.test
all
:
foo
.
ooo
@echo
TEST
-
FAIL
%.
ooo
:
# this match-anything pattern should not apply to %.ooo
%:
%.
test
cp $
<
$@
foo
.
ooo
.
test
:
touch $@