[cmake-commits] martink committed cmMakefileTargetGenerator.cxx 1.54 1.55

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 20 12:28:24 EST 2007


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

Modified Files:
	cmMakefileTargetGenerator.cxx 
Log Message:
ENH: fix for Watcom


Index: cmMakefileTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileTargetGenerator.cxx,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- cmMakefileTargetGenerator.cxx	19 Feb 2007 19:25:45 -0000	1.54
+++ cmMakefileTargetGenerator.cxx	20 Feb 2007 17:28:22 -0000	1.55
@@ -385,10 +385,6 @@
     relativeObj = "";
     }
   relativeObj += obj;
-  if(this->Makefile->GetDefinition("CMAKE_WINDOWS_OBJECT_PATH"))
-    {
-    relativeObj = cmSystemTools::ConvertToOutputPath(relativeObj.c_str());
-    }
   // Write the build rule.
 
   // Build the set of compiler flags.



More information about the Cmake-commits mailing list