From 86dd8579c557f2261cff75bd155f2d10e6aec80d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Oct 2006 14:13:35 -0400 Subject: [PATCH] BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables. --- Source/cmLocalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 545b4ca56..d4a3f68ad 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -819,8 +819,8 @@ cmLocalGenerator::ExpandRuleVariable(std::string const& variable, targetQuoted = '\"'; targetQuoted += replaceValues.Target; targetQuoted += '\"'; - return targetQuoted; } + return targetQuoted; } if(replaceValues.LanguageCompileFlags) {