From 17dd0d3aa6c75d33b8e756abf79ab1920a417648 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Thu, 10 Sep 2009 08:43:19 +0000 Subject: [PATCH] Correct typo bug in user template file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2915 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 99607a8a..2e5742da 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -42,7 +42,7 @@ $pname_USER_CPPAFLAGS = \ # # Flags included by the user. -$pname_CPU_CPPFLAGS = \ +$pname_USER_CPPFLAGS = \ # # Include the mk file generated by the wizard -- 2.25.1