Browse Source

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

Brad King 19 years ago
parent
commit
1b956e9b74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmMakefileExecutableTargetGenerator.cxx

+ 0 - 1
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,