summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index a721aba..0898daf 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -740,14 +740,10 @@ cmLocalUnixMakefileGenerator3
// Special symbolic target that never exists to force dependers to
// run their rules.
- {
- std::vector<std::string> no_depends;
- std::vector<std::string> no_commands;
this->WriteMakeRule
(makefileStream,
"A target that is always out of date.",
"cmake_force", no_depends, no_commands, true);
- }
// Variables for reference by other rules.
this->WriteMakeVariables(makefileStream);