sbsv2/raptor/lib/flm/gccxmlresource.flm
changeset 625 a1925fb7753a
parent 590 360bd6b35136
--- 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