allwinner_a64/android/build/kati/testcase/implicit_pattern_rule_chain2.mk
2018-08-08 16:48:17 +08:00

13 lines
164 B
Makefile

# TODO: Fix. We probably need to assume foo.y exists as there's a rule
# to generate it.
test1:
touch foo.x
test2: foo.z
%.z: %.y
cp $< $@
%.y: %.x
cp $< $@