github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/implicit_pattern_rule_chain2.mk (about) 1 # TODO: Fix. We probably need to assume foo.y exists as there's a rule 2 # to generate it. 3 4 test1: 5 touch foo.x 6 7 test2: foo.z 8 9 %.z: %.y 10 cp $< $@ 11 12 %.y: %.x 13 cp $< $@