Fix a typo

svn path=/trunk/; revision=34219
This commit is contained in:
Colin Finck
2008-06-30 13:07:25 +00:00
parent 1f305e171d
commit cfee3fb383
@@ -1608,7 +1608,7 @@ MingwModuleHandler::GenerateLinkerCommand (
if ( !module.HasImportLibrary() )
{
fprintf ( fMakefile,
"\t%s %s%s %s %s%s%s %s -o %s\n",
"\t%s %s%s %s %s%s %s %s -o %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),
@@ -1635,7 +1635,7 @@ MingwModuleHandler::GenerateLinkerCommand (
module.underscoreSymbols ? " --add-underscore" : "" );
fprintf ( fMakefile,
"\t%s %s%s %s %s %s%s%s %s -o %s\n",
"\t%s %s%s %s %s %s%s %s %s -o %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),