In sub makefile in module MM_UNIX.PM, the command "false" is being added to the DESCRIP.MMS as part of the MAKE_FRAG text block.

As there is no "false" command on VMS, this is causing rerunning a make to fail.

Would adding the following line before the return $m be the fix for this? Or is something else needed to make sure only the last line is removed?

$m =~ s/false\n// if $IsVMS;

-John

Reply via email to