diff options
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 853a4f3..4460c46 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -1405,7 +1405,7 @@ void cmLocalUnixMakefileGenerator3 << "# Include the progress variables for this target.\n" << this->IncludeDirective << " " << this->Convert(progressFileNameFull.c_str(), - cmLocalGenerator::HOME_OUTPUT, + cmLocalGenerator::START_OUTPUT, cmLocalGenerator::MAKEFILE) << "\n\n"; // Write all global targets |