summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-12-07 20:28:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-12-07 20:28:12 (GMT)
commit2a214ad8b57716d05d9ae0b5b81682e023714329 (patch)
treeb85f99959f919cb07af79fda4bc2dbb597ce3d7f
parente580daec4c6debeae2462ac59fee436524c3dedb (diff)
parent5622a16f1fe595512e6031b7d211a18e62532e5f (diff)
downloadCMake-2a214ad8b57716d05d9ae0b5b81682e023714329.zip
CMake-2a214ad8b57716d05d9ae0b5b81682e023714329.tar.gz
CMake-2a214ad8b57716d05d9ae0b5b81682e023714329.tar.bz2
Merge topic 'fortran-avoid-timestamp-touch'
5622a16 Make Fortran $obj.provides.build targets not .PHONY
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 6b290ab..969cfdb 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -849,7 +849,7 @@ cmMakefileTargetGenerator
p_depends.push_back(relativeObj);
this->LocalGenerator->WriteMakeRule(*this->BuildFileStream, 0,
temp.c_str(), p_depends, no_commands,
- true);
+ false);
}
//----------------------------------------------------------------------------