From c7bf320539c12de919b34868a6af558459f2ddc0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 19 Dec 2007 16:35:09 -0500 Subject: BUG: cmDependsFortran should store the source file as a dependency of the object file when scanning for dependencies. --- Source/cmDependsFortran.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index d120547..34aa39d 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -141,6 +141,7 @@ bool cmDependsFortran::WriteDependencies(const char *src, const char *obj, // Write the include dependencies to the output stream. internalDepends << obj << std::endl; + internalDepends << " " << src << std::endl; for(std::set::const_iterator i = parser.Includes.begin(); i != parser.Includes.end(); ++i) { -- cgit v0.12