Use double quotes for PREFIX and SUFFIX
[bertos.git] / wizard / mktemplates / template.mk
index 07d083f6f5d83a5cb41c8e40811f8ebf1c674e16..45e75eb801132bce79870b59a23112aa8e5f8491 100644 (file)
@@ -14,9 +14,9 @@ $constants
 # Our target application
 TRG += $pname
 
-$pname_PREFIX = $prefix
+$pname_PREFIX = "$prefix"
 
-$pname_SUFFIX = $suffix
+$pname_SUFFIX = "$suffix"
 
 $pname_$cpuflag = $cpuname