fix, wrong diagnostic output when a makefile rule is already geing processed

This commit is contained in:
Basile Burg 2022-08-05 18:43:48 +02:00
parent 2fb9dfda94
commit 1c03f6175a
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ var
begin
if fMakeProc.isAssigned and fMakeProc.Active then
begin
fMsgs.message('the project is already being processed by DUB', fAsProjectItf, amcProj, amkWarn);
fMsgs.message('the project is already being compiled by make', fAsProjectItf, amcProj, amkWarn);
exit;
end;
killProcess(fMakeProc);