Really fix installation of proper VE configs.

An addition to the previous commit 82968bc396108a54c22d2e32b3a69afb57498526.

The problem apparently is when variable assignment is performed in Makefile,
and the line (like A = b) is preceded with a TAB character, GNU make
just ignores this line. No error, no warning, just ignore...
1 file changed