minor fix

This commit is contained in:
Ken Martin 2001-11-12 09:21:36 -05:00
parent 9f7df4b56a
commit 668974b01c
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void cmDSPWriter::WriteDSPFile(std::ostream& fout,
std::string source = cc->first; std::string source = cc->first;
const cmSourceGroup::Commands& commands = cc->second; const cmSourceGroup::Commands& commands = cc->second;
if (source != libName) if (source != libName || target.GetType() == cmTarget::UTILITY)
{ {
fout << "# Begin Source File\n\n"; fout << "# Begin Source File\n\n";