This commit is contained in:
Thomas Nagy 2011-10-04 22:00:15 +02:00
parent aae2817b62
commit d755722218
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ def to_incnodes(self, inlst):
else:
p = self.path.get_bld().make_node(x)
v = self.path.make_node(x)
p.mkdir()
if p.is_child_of(self.bld.bldnode):
p.mkdir()
lst.append(p)
lst.append(v)
return lst