# HG changeset patch # User timothy.murphy@nokia.com # Date 1274882765 -3600 # Node ID e8d124df4a90e4d0f5aa40c666bedc20b3f8ee27 # Parent 819bc4ffb37b94026b927e8182e1b5b5f55c20de remove unused INTERBASE variable. Use TARGET_lower where it's clearer. diff -r 819bc4ffb37b -r e8d124df4a90 sbsv2/raptor/lib/flm/resource.flm --- a/sbsv2/raptor/lib/flm/resource.flm Tue May 25 12:38:07 2010 +0100 +++ b/sbsv2/raptor/lib/flm/resource.flm Wed May 26 15:06:05 2010 +0100 @@ -65,7 +65,6 @@ # we create intermediate .rpp and .d files INTERBASE_TMP:=$(OUTPUTPATH)/$(TARGET_lower)_$(notdir $(basename $(SOURCE))) -INTERBASE:=$(OUTPUTPATH)/$(TARGET_lower) # common pre-processor options @@ -268,7 +267,7 @@ $(foreach L,$(LANGUAGES:SC=sc),$(eval $(call preprocessresource,$(INTERBASE_TMP)_$(L).rpp,$(L),$(PRIMARYRPPFILE)))) ifeq "$(MAKEFILE_GROUP)" "RESOURCE" - $(foreach L,$(LANGUAGES:SC=sc),$(eval $(call generateresource,$(INTERBASE_TMP).r$(L),$(INTERBASE_TMP)_$(L).rpp,$(L),$(notdir $(INTERBASE)).r$(L)))) + $(foreach L,$(LANGUAGES:SC=sc),$(eval $(call generateresource,$(INTERBASE_TMP).r$(L),$(INTERBASE_TMP)_$(L).rpp,$(L),$(TARGET_lower).r$(L)))) endif else # No resources are going to be made so unless we specifically ask for it, there will be no