Browse Source

* Fixed unixutils fmpake.pp file

git-svn-id: trunk@20128 -
joost 13 years ago
parent
commit
c3095c92d9
1 changed files with 2 additions and 5 deletions
  1. 2 5
      packages/unixutil/fpmake.pp

+ 2 - 5
packages/unixutil/fpmake.pp

@@ -19,12 +19,9 @@ begin
     P.Version:='2.7.1';
     P.OSes:=[Linux];
     P.CPUs:=[i386];
+    P.Dependencies.add('libc');
     P.SourcePath.Add('src');
-    T:=P.Targets.AddUnit('unixutils.pp',[i386],[linux]);
-      with T.Dependencies do
-        begin
-          AddUnit('libc');
-        end;
+    T:=P.Targets.AddUnit('unixutils.pp');
 
 {$ifndef ALLPACKAGES}
     Run;