For variable assignment in Make, I see := and = operator. What\'s the difference between them?
From http://www.gnu.org/software/make/manual/make.html#Flavors:
= defines a recursively-expanded variable. := defines a simply-expanded variable.
=
:=