michael@0: #T returncode: 2 michael@0: michael@0: # we should fail to make foo.ooo from foo.ooo.test michael@0: all: foo.ooo michael@0: @echo TEST-FAIL michael@0: michael@0: %.ooo: michael@0: michael@0: # this match-anything pattern should not apply to %.ooo michael@0: %: %.test michael@0: cp $< $@ michael@0: michael@0: foo.ooo.test: michael@0: touch $@