diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-26 18:46:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-26 18:46:29 (GMT) |
commit | 9c35a99e45efcce14c4ebe318aeadab7d94bacf9 (patch) | |
tree | b7b84e20331a0c9d7a686880d0bc1e9ae9b0898c /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | e49b93989dbf67b87c84fe3a1516b0d9bf6aab9d (diff) | |
download | CMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.zip CMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.tar.gz CMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.tar.bz2 |
BUG: fix comment
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index e194e34..4be5cd5 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -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()); |