diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/lib/flm/gccxmlresource.flm --- a/sbsv2/raptor/lib/flm/gccxmlresource.flm Wed Jul 28 13:20:46 2010 +0100 +++ b/sbsv2/raptor/lib/flm/gccxmlresource.flm Thu Aug 12 09:00:16 2010 +0100 @@ -22,12 +22,11 @@ define generaterfifile # $(1) is the .rfi filename -# $(2) is the list of .rpp files -# $(3) is the list of dependency files +# $(2) is the list of dependency files $(1): $(2) $(call startrule,generaterfifile,FORCESUCCESS) \ - $(CREATERFIFILE) -o $(1) -x "$(EPOCROOT)/epoc32" $(3) \ + $(CREATERFIFILE) -o $(1) -x "$(EPOCROOT)/epoc32" $(2) \ $(call endrule,generaterfifile) endef