michael@0: #T returncode: 2 michael@0: #T commandline: ['-j4'] michael@0: michael@0: $(shell touch foo.in) michael@0: michael@0: all: foo.in foo.out missing michael@0: @echo TEST-PASS michael@0: michael@0: %.out: %.in michael@0: cp $< $@