X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.cpp;h=ec89be897721d063bf2fe5fa82a8498ef265f681;hb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;hp=fca8cea51f651d5409f9da90b8e893acd4738901;hpb=fcb86bba9e8ea7e3c93f7f1748c0291b307c46ed;p=builder.git diff --git a/source/filetarget.cpp b/source/filetarget.cpp index fca8cea..ec89be8 100644 --- a/source/filetarget.cpp +++ b/source/filetarget.cpp @@ -64,6 +64,7 @@ string FileTarget::generate_name(Builder &builder, const SourcePackage *pkg, con void FileTarget::touch() { mtime = Time::now(); + modified(); signal_bubble_rebuild.emit(); }