aboutsummaryrefslogtreecommitdiff
path: root/src/rule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.cpp')
-rw-r--r--src/rule.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rule.cpp b/src/rule.cpp
index 3ba4303..dcf62d4 100644
--- a/src/rule.cpp
+++ b/src/rule.cpp
@@ -81,8 +81,9 @@ StringList Rule::execute( Build &bld, StringList &lInput, PerformList &lPerf )
81 { 81 {
82 for( StringList::iterator i = lMine.begin(); i != lMine.end(); i++ ) 82 for( StringList::iterator i = lMine.begin(); i != lMine.end(); i++ )
83 { 83 {
84 for( StringList::iterator j = lProduces.begin(); 84 //for( StringList::iterator j = lProduces.begin();
85 j != lProduces.end(); j++ ) 85 // j != lProduces.end(); j++ )
86 StringList::iterator j = lProduces.begin();
86 { 87 {
87 VarMap mTmp; 88 VarMap mTmp;
88 std::string target = bld.replVars( (*j), (*i), NULL ); 89 std::string target = bld.replVars( (*j), (*i), NULL );