Don't echo executable name of test
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp 2005-05-20 15:12:32 UTC (rev 15434) +++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp 2005-05-20 15:15:19 UTC (rev 15435) @@ -1754,7 +1754,7 @@
if ( module.type == Test ) { fprintf ( fMakefile,
- "\t%s\n",
+ "\t@%s\n",
targetMacro.c_str ()); }