verement / lambdamoo

The LambdaMOO server (with Unicode support)
http://codepoint.the-b.org/
18 stars 2 forks source link

"time perl" invalid #2

Open coke opened 12 years ago

coke commented 12 years ago

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.