From 661f04451a42280343524725622a0675ea6ee9ab Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 24 Mar 2009 13:15:31 +0000 Subject: [PATCH 1/1] Add the # at the end of PCSRC in the .mk template git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2411 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index acb72c02..4c3b886c 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -27,7 +27,9 @@ $pname_CSRC = \ $main \ # -$pname_PCSRC += $pcsrc +$pname_PCSRC += \ + $pcsrc + # $pname_CFLAGS = $cflags -- 2.25.1