Sign in
◑
Theme
android
/
platform
/
build
/
kati
/
9b8269085ec62ff294449b4811a32e5fc9015c9a
/
.
/
testcase
/
recursive_self_reference.mk
blob: 280884d8bb7a4a1906434581b3ba99c178072e7b [
file
]
B
=
$
(
C
)
C
=
$
(
A
)
A
=
$
(
B
)
foo
:
echo $
(
A
)
>
$@