diff options
author | Brad King <brad.king@kitware.com> | 2007-12-30 17:23:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-12-30 17:23:54 (GMT) |
commit | cd8a2bbab69af0b36076a7acb0af85dedc4f0f1c (patch) | |
tree | cd7c22fff04949ac90b7117e18532912750f3cb8 /Source/cmDependsFortran.cxx | |
parent | e30e58d38b605f5fc60700304d855e45f8168058 (diff) | |
download | CMake-cd8a2bbab69af0b36076a7acb0af85dedc4f0f1c.zip CMake-cd8a2bbab69af0b36076a7acb0af85dedc4f0f1c.tar.gz CMake-cd8a2bbab69af0b36076a7acb0af85dedc4f0f1c.tar.bz2 |
ENH: Simplify Fortran module proxy dependency implementation by removing unnecessary target.
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 7ffb1c3..30b2d0c 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -424,9 +424,6 @@ cmDependsFortran // 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 |