]> git.tdb.fi Git - builder.git/blobdiff - source/datafile.cpp
Remove the buildable flag and instead check for tool being non-null
[builder.git] / source / datafile.cpp
index 5457a2b98f883cde0174aa85cd54ffc0477f3e0b..5566bf4a50b33a68b9f30c4f08abf1f3cb9b49a9 100644 (file)
@@ -8,7 +8,6 @@ DataFile::DataFile(Builder &b, const Component &c, File &s):
        component(c),
        source(s)
 {
-       buildable = true;
        add_depend(&source);
 
        install_location = "share/"+package->get_name();