[cmake-commits] king committed cmDependsFortran.cxx 1.35 1.36

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Dec 30 12:23:56 EST 2007


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

Modified Files:
	cmDependsFortran.cxx 
Log Message:
ENH: Simplify Fortran module proxy dependency implementation by removing unnecessary target.


Index: cmDependsFortran.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDependsFortran.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- cmDependsFortran.cxx	29 Dec 2007 03:29:19 -0000	1.35
+++ cmDependsFortran.cxx	30 Dec 2007 17:23:54 -0000	1.36
@@ -424,9 +424,6 @@
 
       // since we require some things add them to our list of requirements
       makeDepends << obj << ".requires: " << proxy << std::endl;
-
-      // create an empty proxy in case no other source provides it
-      makeDepends << proxy << ":" << std::endl;
       }
 
     // The object file should depend on timestamped files for the



More information about the Cmake-commits mailing list