[cmake-commits] king committed cmLocalUnixMakefileGenerator3.cxx 1.178 1.179

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 29 09:11:26 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv22861

Modified Files:
	cmLocalUnixMakefileGenerator3.cxx 
Log Message:
BUG: Fixed inclusion of progress.make from subdirectory makefiles.


Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- cmLocalUnixMakefileGenerator3.cxx	28 Sep 2006 21:21:50 -0000	1.178
+++ cmLocalUnixMakefileGenerator3.cxx	29 Sep 2006 13:11:22 -0000	1.179
@@ -1405,7 +1405,7 @@
     << "# 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



More information about the Cmake-commits mailing list