X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.cpp;h=ec89be897721d063bf2fe5fa82a8498ef265f681;hb=68517b5732dd29d9fa35086f184b4bd3bc99b45b;hp=fca8cea51f651d5409f9da90b8e893acd4738901;hpb=33d74db3e99f35a8984d4ad9b703f709d07d44c5;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(); }