summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-07-26 18:46:29 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-07-26 18:46:29 (GMT)
commit9c35a99e45efcce14c4ebe318aeadab7d94bacf9 (patch)
treeb7b84e20331a0c9d7a686880d0bc1e9ae9b0898c /Source/cmGlobalUnixMakefileGenerator3.cxx
parente49b93989dbf67b87c84fe3a1516b0d9bf6aab9d (diff)
downloadCMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.zip
CMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.tar.gz
CMake-9c35a99e45efcce14c4ebe318aeadab7d94bacf9.tar.bz2
BUG: fix comment
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
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());