summaryrefslogtreecommitdiffabout
path: root/lib/file_factory.cc
Unidiff
Diffstat (limited to 'lib/file_factory.cc') (more/less context) (show whitespace changes)
-rw-r--r--lib/file_factory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/file_factory.cc b/lib/file_factory.cc
index c6b5748..7ca7b86 100644
--- a/lib/file_factory.cc
+++ b/lib/file_factory.cc
@@ -39,6 +39,7 @@ namespace sitecing {
39 if(!is_uptodate(dst,&deps)) { 39 if(!is_uptodate(dst,&deps)) {
40 for(file_list_t::const_iterator i=deps.begin();i!=deps.end();i++) 40 for(file_list_t::const_iterator i=deps.begin();i!=deps.end();i++)
41 make(*i); 41 make(*i);
42 if(!is_uptodate(dst,&deps))
42 build(dst); 43 build(dst);
43 } 44 }
44 depth--; 45 depth--;