X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flib%2Ffiletarget.h;h=4261cbb7e8617616e75b7240345457adef892cd4;hb=b4781796aa997368f46b87b73a907bcab955ca3d;hp=64128d690bb4adbebc374a6281311d505788dac8;hpb=55569b39422c980d051e1da9b476a249ec2b64af;p=builder.git diff --git a/source/lib/filetarget.h b/source/lib/filetarget.h index 64128d6..4261cbb 100644 --- a/source/lib/filetarget.h +++ b/source/lib/filetarget.h @@ -37,7 +37,11 @@ public: /// Changes the mtime of the target to the current time. void touch(); + FileTarget *get_real_target() override { return this; } + protected: + Target *resolve_transitive_dependency(Target &, Target &) const override; + void check_rebuild() override; virtual std::string create_build_signature() const;