lambdamoo
lambdamoo copied to clipboard
"time perl" invalid
UCD/MCONFIG
has the line:
PERL = time perl
Which fails to execute when running make (time is not a standalone executable on my system, but a shell builtin).
Changing the line to
PERL = perl
allows the build to proceed.