aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/wildcard_with_var.mk
blob: c22f3facbe853042b8694b5f1df04b6a5fb13db1 (plain)
1
2
3
4
5
6
7
prefix = M
pattern = ${prefix}*
files = $(wildcard $(pattern))

# expect Makefile, since runtest.rb put this as Makefile in new dir.
test:
	echo $(files)