Add support for phony Makefile commands
This should arguably be the default for this type.
This commit is contained in:
parent
ed1a21f2e2
commit
96614bd870
@ -2484,6 +2484,7 @@ static int _write_phony_targets(Makefile * makefile)
|
|||||||
!= NULL)
|
!= NULL)
|
||||||
switch(enum_string(TT_LAST, sTargetType, type))
|
switch(enum_string(TT_LAST, sTargetType, type))
|
||||||
{
|
{
|
||||||
|
case TT_COMMAND:
|
||||||
case TT_SCRIPT:
|
case TT_SCRIPT:
|
||||||
if(_makefile_is_phony(makefile, prints))
|
if(_makefile_is_phony(makefile, prints))
|
||||||
_makefile_print(makefile, " %s",
|
_makefile_print(makefile, " %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user