BUG: fix for directory of empty depend.make files
This commit is contained in:
parent
144f3670c0
commit
8c8573c255
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue