summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-08 18:38:56 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-08 18:38:56 (GMT)
commit1ede7e4e243bab5373a257e4ebeb1d3c21dec75d (patch)
tree72a5fc8a659c6381c95ace2785c48a19f083e982 /Source/cmDSPWriter.cxx
parent705f45ed5e15674225bd08c790d2ff76cbd13944 (diff)
downloadCMake-1ede7e4e243bab5373a257e4ebeb1d3c21dec75d.zip
CMake-1ede7e4e243bab5373a257e4ebeb1d3c21dec75d.tar.gz
CMake-1ede7e4e243bab5373a257e4ebeb1d3c21dec75d.tar.bz2
BUG: Removed generation of stray # Begin Custom Build line.
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r--Source/cmDSPWriter.cxx1
1 files changed, 0 insertions, 1 deletions
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.