diff options
author | Brad King <brad.king@kitware.com> | 2006-09-29 13:11:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-29 13:11:22 (GMT) |
commit | 28921d907f8227ad3f6e081ac75a9a8da8f69be4 (patch) | |
tree | 9b0ec491c6770d8741157339106f00ca256233a8 | |
parent | 4ec039e861ca794064bc64b43920815b3bff5425 (diff) | |
download | CMake-28921d907f8227ad3f6e081ac75a9a8da8f69be4.zip CMake-28921d907f8227ad3f6e081ac75a9a8da8f69be4.tar.gz CMake-28921d907f8227ad3f6e081ac75a9a8da8f69be4.tar.bz2 |
BUG: Fixed inclusion of progress.make from subdirectory makefiles.
-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 |