BUG: Removed generation of stray # Begin Custom Build line.

This commit is contained in:
Brad King 2001-06-08 14:38:56 -04:00
parent 705f45ed5e
commit 1ede7e4e24

View File

@ -318,7 +318,6 @@ void cmDSPWriter::WriteCustomRule(std::ostream& fout,
{
fout << "!ELSEIF \"$(CFG)\" == " << i->c_str() << std::endl;
}
fout << "# Begin Custom Build\n\n";
// Write out the dependencies (this seems to be the only way to
// get VC6 to actually take these dependencies into account.