BUG: Finished fix to bug#3229 and bug#3272.

This commit is contained in:
Brad King 2006-05-23 09:58:51 -04:00
parent 15535c3f60
commit 1b956e9b74
1 changed files with 0 additions and 1 deletions

View File

@ -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,