Merge branch 'makefile-missing-comment' into release
This commit is contained in:
commit
001cd08187
@ -1132,7 +1132,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
if(echo_comment)
|
if(echo_comment)
|
||||||
{
|
{
|
||||||
const char* comment = ccg.GetComment();
|
const char* comment = ccg.GetComment();
|
||||||
if(comment && !*comment)
|
if(comment && *comment)
|
||||||
{
|
{
|
||||||
this->AppendEcho(commands, comment,
|
this->AppendEcho(commands, comment,
|
||||||
cmLocalUnixMakefileGenerator3::EchoGenerate);
|
cmLocalUnixMakefileGenerator3::EchoGenerate);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user