Update materials for building rsync with mgear.
[mgear/mgear.git] / experiments / se-prereq-ts.mk
CommitLineData
00804b7c
MM
1# References to target-specific variables are recognized in a prerequisite list
2# undergoing second expansion.
3
4.SECONDEXPANSION:
5
6bar.g: target = $(@:.g=)
7
8define nl
9
10
11endef
12
13thetext := hi umm$(nl)there
14
15bar.g: $$(info $$(target)) foo
16 # $(target)