- reverted r9776 (see comments to #10433)

git-svn-id: trunk@10261 -
This commit is contained in:
Jonas Maebe 2008-02-10 10:09:25 +00:00
parent 058e3762aa
commit 839edb58a1

View File

@ -765,7 +765,7 @@ uses
main_dir:=ExtractFilePath(hs); main_dir:=ExtractFilePath(hs);
temp:=' time '+filetimestring(source_time); temp:=' time '+filetimestring(source_time);
if (orgfiletime<>-1) and if (orgfiletime<>-1) and
(source_time>orgfiletime) then (source_time<>orgfiletime) then
begin begin
do_compile:=true; do_compile:=true;
recompile_reason:=rr_sourcenewer; recompile_reason:=rr_sourcenewer;