From 74a85994ca6c1afe6a53c540b26a8e906b5388bc Mon Sep 17 00:00:00 2001 From: joost Date: Thu, 13 May 2010 18:20:09 +0000 Subject: [PATCH] * 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 - --- packages/fpmake.pp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/fpmake.pp b/packages/fpmake.pp index a197d1c692..a08aca4930 100644 --- a/packages/fpmake.pp +++ b/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.