aboutsummaryrefslogtreecommitdiff
path: root/src/targetfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/targetfile.cpp')
-rw-r--r--src/targetfile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/targetfile.cpp b/src/targetfile.cpp
index 6ea83d5..950fc7b 100644
--- a/src/targetfile.cpp
+++ b/src/targetfile.cpp
@@ -32,6 +32,7 @@ void TargetFile::check( Build &bld )
32 bool bExtras = false; 32 bool bExtras = false;
33 for( StringList::iterator j = reqs.begin(); j != reqs.end(); j++ ) 33 for( StringList::iterator j = reqs.begin(); j != reqs.end(); j++ )
34 { 34 {
35 bld.chainTarget( *j );
35 if( getTime( bld, *j ) > tTarget ) 36 if( getTime( bld, *j ) > tTarget )
36 { 37 {
37 bld.getView()->beginPerform( *i ); 38 bld.getView()->beginPerform( *i );