From 75ce40f4d6316f2d63cde5e98377d473f53c44d1 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 5 Aug 2003 09:07:31 -0400 Subject: [PATCH] minor fix --- Source/cmLocalUnixMakefileGenerator.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 2ac4db401..64ffeb3e7 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -396,10 +396,10 @@ void cmLocalUnixMakefileGenerator::OutputTargetRules(std::ostream& fout) // add the help target fout << "help:\n"; this->OutputEcho(fout,"The following are some of the valid targets for this Makefile:"); - this->OutputEcho(fout,"... all (the default if no target is provided)"); - this->OutputEcho(fout,"... clean"); - this->OutputEcho(fout,"... depend"); - this->OutputEcho(fout,"... rebuild_cache"); + this->OutputEcho(fout,"... all (the default if no target is provided)"); + this->OutputEcho(fout,"... clean"); + this->OutputEcho(fout,"... depend"); + this->OutputEcho(fout,"... rebuild_cache"); // libraries std::string path;