ENH: fix warning and also add back in build.make

This commit is contained in:
Ken Martin 2005-05-20 08:45:33 -04:00
parent 75598b9de0
commit 9d8d6c14c1
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ void cmGlobalUnixMakefileGenerator3::Generate()
// we no longr use the build makefile, TODO remove this code and the code // we no longr use the build makefile, TODO remove this code and the code
// it makes use of later on // it makes use of later on
// this->WriteBuildMakefile(); this->WriteBuildMakefile();
this->WriteCleanMakefile(); this->WriteCleanMakefile();
} }
@ -651,7 +651,7 @@ void
cmGlobalUnixMakefileGenerator3 cmGlobalUnixMakefileGenerator3
::AppendAnyGlobalDepend(std::vector<std::string>& depends, const char* name) ::AppendAnyGlobalDepend(std::vector<std::string>& depends, const char* name)
{ {
cmTarget *result = 0; cmTarget *result;
// search each local generator until a match is found // search each local generator until a match is found
unsigned int i; unsigned int i;