aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-10-10 22:49:47 +0000
committerMike Buland <eichlan@xagasoft.com>2006-10-10 22:49:47 +0000
commitcad1d43f2555797499146c72603ef7c20e9afd80 (patch)
treef61ca43f3dc4e28e56333df9992b165c66002254
parent04ccf5b458c95530c0371ca80cc76dcf17feda62 (diff)
downloadbuild-cad1d43f2555797499146c72603ef7c20e9afd80.tar.gz
build-cad1d43f2555797499146c72603ef7c20e9afd80.tar.bz2
build-cad1d43f2555797499146c72603ef7c20e9afd80.tar.xz
build-cad1d43f2555797499146c72603ef7c20e9afd80.zip
Nothing really changed...I think
-rw-r--r--src/buildparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildparser.cpp b/src/buildparser.cpp
index 403c469..a9e33e5 100644
--- a/src/buildparser.cpp
+++ b/src/buildparser.cpp
@@ -448,7 +448,7 @@ Build *BuildParser::genBuild()
448 448
449 StringList lInputs = buildToStringListDup( 449 StringList lInputs = buildToStringListDup(
450 (*i).second.lInput, StringList(), 450 (*i).second.lInput, StringList(),
451 *bld, *j, &mExtra 451 *bld, *j, &mExtra /*, bld <-- should this be here? */
452 ); 452 );
453 pTarget->getInput().insert( 453 pTarget->getInput().insert(
454 pTarget->getInput().end(), 454 pTarget->getInput().end(),