[cmake-commits] martink committed cmMakefileTargetGenerator.cxx 1.52 1.53

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 12:25:58 EST 2007


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

Modified Files:
	cmMakefileTargetGenerator.cxx 
Log Message:
BUG: fix for spaces in path for nmake


Index: cmMakefileTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileTargetGenerator.cxx,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- cmMakefileTargetGenerator.cxx	16 Feb 2007 21:12:16 -0000	1.52
+++ cmMakefileTargetGenerator.cxx	19 Feb 2007 17:25:56 -0000	1.53
@@ -1077,7 +1077,7 @@
   buildTargetRuleName += relink?"/preinstall":"/build";
   buildTargetRuleName = this->Convert(buildTargetRuleName.c_str(),
                                       cmLocalGenerator::HOME_OUTPUT,
-                                      cmLocalGenerator::MAKEFILE);
+                                      cmLocalGenerator::UNCHANGED);
 
   // Build the list of target outputs to drive.
   std::vector<std::string> depends;



More information about the Cmake-commits mailing list