Added another $ so that turning on MBM output won't remove everything else from the lit of releaseables. RCL_3
authorSimon Howkins <simonh@symbian.org>
Thu, 22 Apr 2010 17:50:50 +0100
branchRCL_3
changeset 44 14a1a9556453
parent 41 1ba0ae28b9ab
child 49 d3ab1e9a27d1
Added another $ so that turning on MBM output won't remove everything else from the lit of releaseables. Removed spaces so that, when variables are expanded at the start of a line, there's no space in the expansion, so make understands it!
skins/AknSkinContent/group/skingenerator.flm
--- a/skins/AknSkinContent/group/skingenerator.flm	Fri Apr 16 13:55:02 2010 +0100
+++ b/skins/AknSkinContent/group/skingenerator.flm	Thu Apr 22 17:50:50 2010 +0100
@@ -60,9 +60,9 @@
 AKNSGENDIR:=$(subst //,/,$(AKNSGENDIR))
 EPOCTOOLS:=$(subst //,/,$(EPOCTOOLS))
 
-TARGETSKN:=$(subst //,/,$(patsubst %, %/$(notdir $(AKNSSKINREALNAME).skn),$(AKNSTARGETDIR)))
-TARGETMIF:=$(subst //,/,$(patsubst %, %/$(notdir $(AKNSSKINREALNAME).mif),$(AKNSBMPTARGETDIR)))
-TARGETMBM:=$(subst //,/,$(patsubst %, %/$(notdir $(AKNSSKINREALNAME).mbm),$(AKNSBMPTARGETDIR)))
+TARGETSKN:=$(subst //,/,$(patsubst %,%/$(notdir $(AKNSSKINREALNAME).skn),$(AKNSTARGETDIR)))
+TARGETMIF:=$(subst //,/,$(patsubst %,%/$(notdir $(AKNSSKINREALNAME).mif),$(AKNSBMPTARGETDIR)))
+TARGETMBM:=$(subst //,/,$(patsubst %,%/$(notdir $(AKNSSKINREALNAME).mbm),$(AKNSBMPTARGETDIR)))
 
 CREATABLEPATHS:=$(CREATABLEPATHS) $(AKNSGENDIR) $(AKNSDATAGENDIR)
 
@@ -81,7 +81,7 @@
 $(SKNMIFGUARD):=1
 RELEASEABLES:=$(TARGETSKN) $(TARGETMIF)
 ifeq ($(INPUTBMPS),yes)
-RELEASEABLES:=$(RELEASEABLES) $(TARGETMBM)
+RELEASEABLES:=$$(RELEASEABLES) $(TARGETMBM)
 endif
 
 BITMAP:: $$(RELEASEABLES)