-fix build

svn path=/trunk/; revision=33324
This commit is contained in:
Marc Piulachs 2008-05-06 14:52:46 +00:00
parent 338266205f
commit 1788cb32b5

View file

@ -3843,7 +3843,7 @@ MingwCabinetModuleHandler::Process ()
fprintf ( fMakefile, "\t$(ECHO_CABMAN)\n" );
fprintf ( fMakefile,
"\t$(Q)$(CABMAN_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make
"\t$(Q)$(cabman_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make
targetMacro.c_str (),
module.name.c_str());
}