shake-0.19.9: src/Test/Ninja/lexical.ninja
rule test.run
command = echo ${foo.bar}$foo.bar > $out
build lexical.txt: test.run
foo.bar = XFoo_BarX
foo = XFooX
rule test.run
command = echo ${foo.bar}$foo.bar > $out
build lexical.txt: test.run
foo.bar = XFoo_BarX
foo = XFooX