summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-06-15 20:37:58 (GMT)
committerBrad King <brad.king@kitware.com>2006-06-15 20:37:58 (GMT)
commit9d02ac676b8fff21c5c8b2d6e76efb647a5446d6 (patch)
tree1d5f5b8c2a9e1903a69362d4aac134a384329bd8 /Source/cmGlobalUnixMakefileGenerator3.cxx
parent0bbcb49f65eb92daafc5ad87162f1ecedc3438dc (diff)
downloadCMake-9d02ac676b8fff21c5c8b2d6e76efb647a5446d6.zip
CMake-9d02ac676b8fff21c5c8b2d6e76efb647a5446d6.tar.gz
CMake-9d02ac676b8fff21c5c8b2d6e76efb647a5446d6.tar.bz2
BUG: Pre-install rules for a target should not have target-level dependencies. Each target can be re-linked independently as long as the original targets are up to date.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 82c87e2..9069095 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -916,7 +916,6 @@ cmGlobalUnixMakefileGenerator3
commands.clear();
commands.push_back(lg->GetRecursiveMakeCall
(makefileName.c_str(), localName.c_str()));
- this->AppendGlobalTargetDepends(depends,t->second);
lg->WriteMakeRule(ruleFileStream,
"Pre-install relink rule for target.",
localName.c_str(), depends, commands, true);