Merge branch 'makefile-missing-comment' into release

This commit is contained in:
Brad King
2015-02-10 09:46:23 -05:00
+1 -1
View File
@@ -1132,7 +1132,7 @@ cmLocalUnixMakefileGenerator3
if(echo_comment)
{
const char* comment = ccg.GetComment();
if(comment && !*comment)
if(comment && *comment)
{
this->AppendEcho(commands, comment,
cmLocalUnixMakefileGenerator3::EchoGenerate);