Little fix on makefile syntax.
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 4 Aug 2008 15:01:39 +0000 (15:01 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 4 Aug 2008 15:01:39 +0000 (15:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1536 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/rules.mk

index eea2625f733e376a707e5a65fbe4d378d64b66e1..ec0943ae59905af2788bc793de348bcbe6c4b593 100644 (file)
@@ -73,11 +73,11 @@ $(1)_MAP_FLAGS = $$(MAP_FLAGS_EMB)
 #In embedded we need s19, hex and bin
 $$(OUTDIR)/$(1).tgt : $$(OUTDIR)/$(1).s19 $$(OUTDIR)/$(1).hex $$(OUTDIR)/$(1).bin
 else
-#On Darwin architecture the assembly doesn't link correctly if this flag is setted.
+#On Darwin architecture the assembly doesn't link correctly if this flag is set.
 ifeq ($(shell uname | grep -c "Darwin"),1)
-LIST_FLAGS = ""
-MAP_FLAGS = ""
-LDFLAGS = ""
+LIST_FLAGS := ""
+MAP_FLAGS := ""
+LDFLAGS := ""
 endif
 #use hosted specific map flags
 $(1)_MAP_FLAGS = $$(MAP_FLAGS_HOST)