blob: 4b1c14009fc43ddb1d494d2721668561d7ec20e9 [file] [log] [blame]
# Unlike ninja_normalized_path.mk, this passes with the current
# implementation because we remove a/./b. See EmitNode in ninja.cc.
test1:
mkdir a
test2: a/b a/./b
a/b:
echo $@
a/./b: