]> git.tdb.fi Git - builder.git/blobdiff - source/install.h
Process ObjectFile dependencies correctly even when it's processed before some header...
[builder.git] / source / install.h
index b81ac9ba4f482be92cca29c399d130476a5a1424..2aa3280a75778494e664c0a8562c43e17dd12098 100644 (file)
@@ -8,7 +8,6 @@ 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();
 private: