[Cmake-commits] [cmake-commits] hoffman committed cmLocalUnixMakefileGenerator3.cxx 1.244 1.245

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 25 10:11:50 EDT 2008


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

Modified Files:
	cmLocalUnixMakefileGenerator3.cxx 
Log Message:
ENH: fix for watcom can't use phony


Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.244
retrieving revision 1.245
diff -C 2 -d -r1.244 -r1.245
*** cmLocalUnixMakefileGenerator3.cxx	24 Mar 2008 14:26:38 -0000	1.244
--- cmLocalUnixMakefileGenerator3.cxx	25 Mar 2008 14:11:48 -0000	1.245
***************
*** 639,643 ****
      os << "\t" << replace.c_str() << "\n";
      }
!   if(symbolic)
      {
      os << ".PHONY : " << tgt.c_str() << "\n";
--- 639,643 ----
      os << "\t" << replace.c_str() << "\n";
      }
!   if(symbolic && !this->WatcomWMake)
      {
      os << ".PHONY : " << tgt.c_str() << "\n";



More information about the Cmake-commits mailing list