From 668974b01cb5eb8c3cb7409d3c319302b73b7bb4 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 12 Nov 2001 09:21:36 -0500 Subject: minor fix --- Source/cmDSPWriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 22d193d..e1ef3b4 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -263,7 +263,7 @@ void cmDSPWriter::WriteDSPFile(std::ostream& fout, std::string source = cc->first; const cmSourceGroup::Commands& commands = cc->second; - if (source != libName) + if (source != libName || target.GetType() == cmTarget::UTILITY) { fout << "# Begin Source File\n\n"; -- cgit v0.12