# References to target-specific variables are recognized in a prerequisite list # undergoing second expansion. .SECONDEXPANSION: bar.g: target = $(@:.g=) define nl endef thetext := hi umm$(nl)there bar.g: $$(info $$(target)) foo # $(target)