summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx
index 2ac4db4..64ffeb3 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;