On Fri, Apr 11, 2008 at 12:15 PM, via RT Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Bernhard Schmalhofer > # Please include the string: [perl #52776] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52776 > > > > In the Makefile templates the line > > RM_F = @rm_f@ > > is frequently used. > This usually expands to > > RM_F = $(PERL) -MExtUtils::Command -e rm_f > > This utterly fails when $(PERL) isn't set up. So a saner expansion of > $(RM_F) and friends is neede. > every parrot makefile depends on perl being available on the system. we should make sure every makefile template matches /[EMAIL PROTECTED]@$/
~jerry