minor fix

This commit is contained in:
Ken Martin 2003-08-05 09:07:31 -04:00
parent e8d1ee2712
commit 75ce40f4d6
1 changed files with 4 additions and 4 deletions

View File

@ -396,10 +396,10 @@ void cmLocalUnixMakefileGenerator::OutputTargetRules(std::ostream& fout)
// add the help target // add the help target
fout << "help:\n"; fout << "help:\n";
this->OutputEcho(fout,"The following are some of the valid targets for this Makefile:"); 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,"... all (the default if no target is provided)");
this->OutputEcho(fout,"... clean"); this->OutputEcho(fout,"... clean");
this->OutputEcho(fout,"... depend"); this->OutputEcho(fout,"... depend");
this->OutputEcho(fout,"... rebuild_cache"); this->OutputEcho(fout,"... rebuild_cache");
// libraries // libraries
std::string path; std::string path;