X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=12acfe6db9de2018b51fb0384ca650ea4747c031;hb=05a2b9dabd01414e9e9a91f9d69babaca4ccb32d;hp=66e610c6f9c1369c824ef0240a8884cb9002b7f3;hpb=b3ce9052ba98a4585aec75117265d170b7ccfdb8;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 66e610c..12acfe6 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -16,7 +16,7 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - buildable=true; + buildable = true; add_depend(&source); }