diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-05 14:17:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-05 14:17:07 (GMT) |
commit | 8eea168c232463b3623ec621932b689232b98699 (patch) | |
tree | 4689bc490b5d8f37665b14abcfe680760d98cb24 /Source/cmDependsFortran.cxx | |
parent | a6d800351c61d7ca700b43aa7b651ad4e9c7597a (diff) | |
download | CMake-8eea168c232463b3623ec621932b689232b98699.zip CMake-8eea168c232463b3623ec621932b689232b98699.tar.gz CMake-8eea168c232463b3623ec621932b689232b98699.tar.bz2 |
STYLE: fix line len
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index fd6b968..7d980fe 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -222,7 +222,8 @@ bool cmDependsFortran::WriteDependencies(const char *src, const char *obj, makeDepends << "\t$(CMAKE_COMMAND) -E cmake_copy_f90_mod " << i->c_str() << " " << m.c_str() << ".mod.stamp\n"; } - makeDepends << "\t$(CMAKE_COMMAND) -E touch " << obj << ".provides.build\n"; + makeDepends << "\t$(CMAKE_COMMAND) -E touch " << obj + << ".provides.build\n"; } /* |