From 1b956e9b741bebfbcefb40a3e58e7cbf83ae92e6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 23 May 2006 09:58:51 -0400 Subject: [PATCH] BUG: Finished fix to bug#3229 and bug#3272. --- Source/cmMakefileExecutableTargetGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefileExecutableTargetGenerator.cxx b/Source/cmMakefileExecutableTargetGenerator.cxx index 37993e3ba..7bca8bb82 100644 --- a/Source/cmMakefileExecutableTargetGenerator.cxx +++ b/Source/cmMakefileExecutableTargetGenerator.cxx @@ -311,7 +311,6 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink) symlink += targetOutPathReal; symlink += " "; symlink += targetOutPath; - commands.push_back(symlink); commands1.clear(); commands1.push_back(symlink); this->LocalGenerator->CreateCDCommand(commands1,