]> git.tdb.fi Git - builder.git/blobdiff - source/tar.cpp
Support source generators that combine multiple files into one
[builder.git] / source / tar.cpp
index bcaa85272c5a7e6c24c97249e65fa29162a6a426..6dee843df7ef4de8bee1baae45509a7fb2f34699 100644 (file)
@@ -13,7 +13,9 @@ using namespace Msp;
 
 Tar::Tar(Builder &b):
        Tool(b, "TAR")
-{ }
+{
+       processing_unit = COMPONENT;
+}
 
 Target *Tar::create_target(const list<Target *> &sources, const string &arg)
 {