aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/preserve_single_dot.mk
blob: 5c7fd8b16f3fda842865ef985b4f7292d9ff16a4 (plain)
1
2
3
4
5
6
7
8
test: a/./b ./x

a/./b:
	echo $@
	mkdir -p a # for ninja.

././x:
	echo $@