From d273eeaf8213a957c6ae0889d6d2f9279a7e17a5 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 16 Apr 2009 13:53:14 +0000 Subject: [PATCH] Use double quotes for PREFIX and SUFFIX git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2521 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 07d083f6..45e75eb8 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -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 -- 2.25.1