single character fix for --unpaged wip
authorRichard Taylor <richard.i.taylor@nokia.com>
Mon, 21 Dec 2009 17:12:34 +0000
branchwip
changeset 102 80785a1bc266
parent 101 55e6115d31a4
child 103 ea6129a5c67c
single character fix for --unpaged
sbsv2/raptor/lib/flm/e32abiv2.flm
--- a/sbsv2/raptor/lib/flm/e32abiv2.flm	Mon Dec 14 22:17:56 2009 +0000
+++ b/sbsv2/raptor/lib/flm/e32abiv2.flm	Mon Dec 21 17:12:34 2009 +0000
@@ -395,7 +395,7 @@
   POSTLINKER_PAGEDOPTION:=--paged
 endif
 ifeq ($(PAGED),0)
-  POSTLINKER_PAGEDOPTION:--unpaged
+  POSTLINKER_PAGEDOPTION:=--unpaged
 endif
 
 CLEANTARGETS:=$(CLEANTARGETS) $(E32TARGET)