summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-24 20:36:36 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-24 20:36:36 (GMT)
commit8c8573c2555df24387fc098efd15a23cacee1c73 (patch)
treeaeff8da9012e1ab5143aaa831dc0e000f7e5bf4e /Source
parent144f3670c0c9f6b8f1cca39f483bc1e0c41ff8bc (diff)
downloadCMake-8c8573c2555df24387fc098efd15a23cacee1c73.zip
CMake-8c8573c2555df24387fc098efd15a23cacee1c73.tar.gz
CMake-8c8573c2555df24387fc098efd15a23cacee1c73.tar.bz2
BUG: fix for directory of empty depend.make files
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index fd9ed40..4ad36cf 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/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())
{