* Fixed unixutils fmpake.pp file

git-svn-id: trunk@20128 -
This commit is contained in:
joost 2012-01-20 18:02:24 +00:00
parent 8c4b24dc13
commit c3095c92d9

View File

@ -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;