Browse Source

BUG: Fixed inclusion of progress.make from subdirectory makefiles.

Brad King 19 years ago
parent
commit
28921d907f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 1 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -1405,7 +1405,7 @@ void cmLocalUnixMakefileGenerator3
     << "# Include the progress variables for this target.\n"
     << "# Include the progress variables for this target.\n"
     << this->IncludeDirective << " "
     << this->IncludeDirective << " "
     << this->Convert(progressFileNameFull.c_str(),
     << this->Convert(progressFileNameFull.c_str(),
-                     cmLocalGenerator::HOME_OUTPUT,
+                     cmLocalGenerator::START_OUTPUT,
                      cmLocalGenerator::MAKEFILE) << "\n\n";
                      cmLocalGenerator::MAKEFILE) << "\n\n";
   
   
   // Write all global targets
   // Write all global targets