Add the # at the end of PCSRC in the .mk template
[bertos.git] / wizard / mktemplates / template.mk
index acb72c0228648b2161e1d9429cc01a9021d1841e..4c3b886c3a7a17698e8aab61ac6cc773e4e60498 100644 (file)
@@ -27,7 +27,9 @@ $pname_CSRC = \
        $main \
        #
 
-$pname_PCSRC += $pcsrc
+$pname_PCSRC += \
+       $pcsrc
+       #
 
 
 $pname_CFLAGS = $cflags