Don't echo executable name of test

svn path=/branches/xmlbuildsystem/; revision=15435
This commit is contained in:
Casper Hornstrup 2005-05-20 15:15:19 +00:00
parent d04bf21da0
commit 19e160bf46

View file

@ -1754,7 +1754,7 @@ MingwModuleHandler::GenerateRules ()
if ( module.type == Test )
{
fprintf ( fMakefile,
"\t%s\n",
"\t@%s\n",
targetMacro.c_str ());
}