From: duplo Date: Tue, 24 Mar 2009 13:15:31 +0000 (+0000) Subject: Add the # at the end of PCSRC in the .mk template X-Git-Tag: 2.1.0~271 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=661f04451a42280343524725622a0675ea6ee9ab;p=bertos.git 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 --- 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