Browse Source

* Do not add the file to compile twice to compiler command line

git-svn-id: trunk@19044 -
joost 14 years ago
parent
commit
eb6f381a18
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fpmkunit/src/fpmkunit.pp

+ 0 - 2
packages/fpmkunit/src/fpmkunit.pp

@@ -4425,8 +4425,6 @@ begin
     args.Add('-viq');
   {$endif}
 
-  // Add Filename to compile
-  Args.Add(ATarget.TargetSourceFileName);
   // Convert to string
   Result:='';
   for i:=0 to Args.Count-1 do