X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstall.h;h=503205a021f0a4223e9bb537078193d130d05444;hb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;hp=b81ac9ba4f482be92cca29c399d130476a5a1424;hpb=0d80cabf649b931b26e7055385156c75a7385d35;p=builder.git diff --git a/source/install.h b/source/install.h index b81ac9b..503205a 100644 --- a/source/install.h +++ b/source/install.h @@ -8,9 +8,8 @@ class Install: public Target public: Install(Builder &, const Package &, Target &, const std::string &); const char *get_type() const { return "Install"; } - void find_depends() { } - void check_rebuild(); - Action *build(); + void check_rebuild(); + Action *build(); private: };