]> git.tdb.fi Git - builder.git/blobdiff - source/tarball.cpp
Rework the Target class hierarchy
[builder.git] / source / tarball.cpp
index 5782cecdca9b2bf15590ca7326f36dfcab7d91cf..d727590808777b58125b294666c3e5990fe7aa9f 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -14,7 +14,7 @@ Distributed under the LGPL
 using namespace std;
 
 TarBall::TarBall(Builder &b, const SourcePackage &p, const string &ev):
-       Target(b, &p, create_target_name(p, ev))
+       FileTarget(b, &p, create_target_name(p, ev))
 {
        buildable=true;
 }