fix a typo

svn path=/trunk/; revision=25209
This commit is contained in:
Magnus Olsen 2006-12-23 10:52:07 +00:00
parent 0435a6b3d6
commit 412dfceb6a

View file

@ -3139,7 +3139,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
OutputCdfileCopyCommands ( bootcdDirectory );
fprintf ( fMakefile, "\t$(ECHO_CDMAKE)\n" );
fprintf ( fMakefile,
"\t$(Q)$(CDMAKE_TARGET) -v -m -b -j %s %s REACTOS %s\n",
"\t$(Q)$(CDMAKE_TARGET) -v -j -m -b %s %s REACTOS %s\n",
isoboot.c_str (),
bootcd.c_str (),
IsoName.c_str() );