diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index aa556c8..e705aaa 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1273,7 +1273,7 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s, { cmListFileContext lfc = *it; lfc.FilePath = lg->Convert(lfc.FilePath, cmLocalGenerator::HOME); - s << " * " << (lfc.Line ? "" : " in ") << lfc << std::endl; + s << " * " << lfc << std::endl; } } } |