BUG: fix comment

This commit is contained in:
Ken Martin 2006-07-26 14:46:29 -04:00
parent e49b93989d
commit 9c35a99e45
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ cmGlobalUnixMakefileGenerator3
}
commands.push_back(progCmd.str());
}
progressDir = "Building target ";
progressDir = "Built target ";
progressDir += t->first;
lg->AppendEcho(commands,progressDir.c_str());