diff options
-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 |