From 9d02ac676b8fff21c5c8b2d6e76efb647a5446d6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jun 2006 16:37:58 -0400 Subject: [PATCH] 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. --- Source/cmGlobalUnixMakefileGenerator3.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 82c87e21a..90690956f 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);