mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 13:09:17 +02:00
* Do not try to check the fileage of files that are not found
git-svn-id: trunk@29005 -
This commit is contained in:
parent
a217fe6cac
commit
2acf86655f
@ -5942,8 +5942,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
// Check main source
|
||||
If not Result then
|
||||
// Check main source, only if the TargetSourceFileName is found
|
||||
If not Result and (ATarget.TargetSourceFileName<>'') then
|
||||
begin
|
||||
TFN := AddPathPrefix(APackage,ATarget.TargetSourceFileName);
|
||||
if FileExists(TFN) then
|
||||
|
Loading…
Reference in New Issue
Block a user