Simple question but there are so many things to consider in make that it feels better if I ask this question:
Is VARIABLE = value equal to VARIABLE=value?
Yes, they're the same. Per the docs:
Whitespace around the variable name and immediately after the ‘=’ is ignored.