Merge topic 'fortran-avoid-timestamp-touch'

5622a16 Make Fortran $obj.provides.build targets not .PHONY
This commit is contained in:
David Cole 2010-12-07 15:28:12 -05:00 committed by CMake Topic Stage
commit 2a214ad8b5

View File

@ -849,7 +849,7 @@ cmMakefileTargetGenerator
p_depends.push_back(relativeObj); p_depends.push_back(relativeObj);
this->LocalGenerator->WriteMakeRule(*this->BuildFileStream, 0, this->LocalGenerator->WriteMakeRule(*this->BuildFileStream, 0,
temp.c_str(), p_depends, no_commands, temp.c_str(), p_depends, no_commands,
true); false);
} }
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------