Browse Source

BUG: Removed generation of stray paren.

Brad King 23 years ago
parent
commit
ab2fdaa8fa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/cmExportLibraryDependencies.cxx

+ 0 - 2
Source/cmExportLibraryDependencies.cxx

@@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass()
         }
       }
     }
-  fout << ")" << std::endl;
   fout.close();
   return;
 }
-