mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Merge topic 'makefile-missing-comment'
eeb2831b Makefile: Fix regression in target-bound custom command COMMENT output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user