Browse Source

BUG: fix for directory of empty depend.make files

Ken Martin 20 years ago
parent
commit
8c8573c255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 1 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -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())
     {