* openppu was true even if the object file is missing

this lead to trying to open a filename without extension
    and prevented the 'make cycle' to work for win32
This commit is contained in:
pierre 1998-08-25 16:44:16 +00:00
parent 560661014f
commit d648f9c796

View File

@ -421,11 +421,13 @@ unit files;
begin begin
Message(unit_d_obj_and_asm_are_older_than_ppu); Message(unit_d_obj_and_asm_are_older_than_ppu);
do_compile:=true; do_compile:=true;
{ we should try to get the source file }
exit;
end end
else else
begin begin
Message(unit_d_obj_is_older_than_asm); Message(unit_d_obj_is_older_than_asm);
do_assemble:=true; exit;
end; end;
end; end;
end; end;
@ -642,7 +644,12 @@ unit files;
end. end.
{ {
$Log$ $Log$
Revision 1.38 1998-08-19 10:06:12 peter Revision 1.39 1998-08-25 16:44:16 pierre
* openppu was true even if the object file is missing
this lead to trying to open a filename without extension
and prevented the 'make cycle' to work for win32
Revision 1.38 1998/08/19 10:06:12 peter
* fixed filenames and removedir which supports slash at the end * fixed filenames and removedir which supports slash at the end
Revision 1.37 1998/08/18 20:52:19 peter Revision 1.37 1998/08/18 20:52:19 peter