]> git.tdb.fi Git - builder.git/blobdiff - source/installedfile.cpp
Remove the buildable flag and instead check for tool being non-null
[builder.git] / source / installedfile.cpp
index d0aa832b9fe8e7bf2dbaa5b442fc3582861ef19f..24ba6e1ddc4e5af3e63ce1ab1bd0f211e46c4f01 100644 (file)
@@ -16,7 +16,6 @@ InstalledFile::InstalledFile(Builder &b, const SourcePackage &p, FileTarget &s,
        FileTarget(b, &p, generate_target_path(b.get_prefix(), s, loc)),
        source(s)
 {
-       buildable = true;
        add_depend(&source);
 
        if(const SharedLibrary *shlib = dynamic_cast<const SharedLibrary *>(&source))