BUG: Clean rule for exe pdb file should use full path.

This commit is contained in:
Brad King 2007-02-01 16:07:32 -05:00
parent 7e896821f5
commit 4d44392652
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
cmLocalGenerator::START_OUTPUT,
cmLocalGenerator::UNCHANGED));
}
exeCleanFiles.push_back(this->Convert(cleanPDBName.c_str(),
exeCleanFiles.push_back(this->Convert(cleanFullPDBName.c_str(),
cmLocalGenerator::START_OUTPUT,
cmLocalGenerator::UNCHANGED));
}