]> git.tdb.fi Git - builder.git/blobdiff - source/datafile.cpp
Fix an incorrect assumption of target name being the basename of its path
[builder.git] / source / datafile.cpp
index 66e610c6f9c1369c824ef0240a8884cb9002b7f3..afde084d4b1504698de48d537c2c342a1292103f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
 #include "datacompile.h"
 #include "datafile.h"
@@ -16,7 +9,7 @@ DataFile::DataFile(Builder &b, const Component &c, File &s):
        component(c),
        source(s)
 {
-       buildable=true;
+       buildable = true;
        add_depend(&source);
 }