Sign in
android
/
platform
/
build
/
kati
/
731661fdaa6caece5cd63fe26b176db6a532fe8b
/
.
/
testcase
/
implicit_pattern_rule_chain2.mk
blob: a995a9f40019dde048b869989c75e4f31e502356 [
file
] [
log
] [
blame
]
# TODO(all/test2): 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 $
<
$@