X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finstalledfile.cpp;h=5ed3139cd38d5d9fdd407dafb5813e1b3d7cd896;hb=8932cbfa8cdb0b9edf9894bd4c56980dab0a2f4b;hp=24ba6e1ddc4e5af3e63ce1ab1bd0f211e46c4f01;hpb=f8961a9113477735724a3a5229b9338bc9c0fe2e;p=builder.git diff --git a/source/installedfile.cpp b/source/installedfile.cpp index 24ba6e1..5ed3139 100644 --- a/source/installedfile.cpp +++ b/source/installedfile.cpp @@ -37,7 +37,7 @@ void InstalledFile::check_rebuild() mark_rebuild("Does not exist"); else if(source.get_mtime()>mtime || source.get_size()!=size) mark_rebuild(source.get_name()+" has changed"); - else if(source.get_rebuild()) + else if(source.needs_rebuild()) mark_rebuild(source.get_name()+" needs rebuilding"); }