ENH: do not depend on touch being on the system

This commit is contained in:
Bill Hoffman 2007-12-04 16:09:46 -05:00
parent 5050706ae3
commit c34b1b48fc
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ 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@touch " << obj << ".provides.build\n";
makeDepends << "\t$(CMAKE_COMMAND) -E touch " << obj << ".provides.build\n";
}
/*