diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 4a7df0d..44dce7e 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -330,6 +330,9 @@ cmLocalUnixMakefileGenerator3 << "\n\n"; // make sure the depend file exists + depPath = dir; + depPath += "/depend.make"; + depPath = this->Convert(depPath.c_str(),FULL,UNCHANGED); if (!cmSystemTools::FileExists(depPath.c_str())) { // Write an empty dependency file. |