BUG: fix for bad depency clearing

This commit is contained in:
Ken Martin 2005-05-19 13:26:24 -04:00
parent 1e78125a7b
commit c37eecffe2
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ cmLocalUnixMakefileGenerator3
// Construct a checker for the given language.
std::auto_ptr<cmDepends>
checker(this->GetDependsChecker(lang,
m_Makefile->GetStartOutputDirectory(),
m_Makefile->GetHomeOutputDirectory(),
objFile, false));
if(checker.get())
{