From 9c35a99e45efcce14c4ebe318aeadab7d94bacf9 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 26 Jul 2006 14:46:29 -0400 Subject: [PATCH] BUG: fix comment --- Source/cmGlobalUnixMakefileGenerator3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index e194e3439..4be5cd58a 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());