My makefile starts with something as
myVar := $$( etcExecute )
And it prints 10 times the $$ line if I use $(myVar)
$$
$(myVar)