Explorar o código

* fpc-all package should not depend on all package within it, or else it wont build on a fresh system

git-svn-id: trunk@15270 -
joost %!s(int64=15) %!d(string=hai) anos
pai
achega
74a85994ca
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      packages/fpmake.pp

+ 0 - 7
packages/fpmake.pp

@@ -29,13 +29,6 @@ begin
       // Create fpc-all package
       PBuild:=AddPackage('fpc-all');
       PBuild.Version:='2.2.2-0';
-      for i:=0 to Packages.Count-1 do
-        begin
-          P:=Packages.PackageItems[i];
-          if P.Name<>'fpc-all' then
-            D:=PBuild.Dependencies.Add(P.Name,P.CPUs,P.OSes);
-        end;
-
       Run;
     end;
 end.