# New Ticket Created by  "Aldo Calpini" 
# Please include the string:  [perl #24149]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24149 >



make clean is currently doing an rm *.s, thus removing the asmfun.s
which gets installed by Configure.pl. this means that, in order to
build parrot after a make clean, you need to run Configure.pl again.
this patch moves the rm *.s instruction to the (seemingly more
appropriate) 'realclean' make target.

cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;

-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/65774/49110/5adfe4/makefile.patch

Attachment: makefile.patch
Description: makefile.patch

Reply via email to