BUG: fix comment

This commit is contained in:
Ken Martin 2006-07-26 14:46:29 -04:00
parent e49b93989d
commit 9c35a99e45

View File

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