# 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.

Regards,
    Bernhard

Reply via email to