BUG: fix for directory of empty depend.make files

This commit is contained in:
Ken Martin 2005-05-24 16:36:36 -04:00
parent 144f3670c0
commit 8c8573c255
1 changed files with 1 additions and 1 deletions

View File

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