Browse Source

BUG: fix for bad depency clearing

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

+ 1 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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