From 1ede7e4e243bab5373a257e4ebeb1d3c21dec75d Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 8 Jun 2001 14:38:56 -0400 Subject: BUG: Removed generation of stray # Begin Custom Build line. --- Source/cmDSPWriter.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 959de92..0135b59 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -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. -- cgit v0.12