From: Nicholas Clark Date: Sat, 11 Mar 2006 10:21:27 +0000 (+0000) Subject: Missed the hunk that adds regen_madly.pl to the regen_perl target. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33b5f13c2468a991d2b495f02a62b59163be82af;p=p5sagit%2Fp5-mst-13.2.git Missed the hunk that adds regen_madly.pl to the regen_perl target. p4raw-id: //depot/perl@27471 --- diff --git a/Makefile.SH b/Makefile.SH index d794bee..da28a66 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -889,9 +889,10 @@ install.html: all installhtml run_byacc: @echo "run_byacc is obsolete; try 'make regen_perly' instead" -# this outputs perly.act and perly.tab +# this outputs perly.h, perly.act, perly.tab, madly.h, madly.act and madly.tab regen_perly: perl regen_perly.pl + perl regen_madly.pl # We don't want to regenerate perly.c and perly.h, but they might # appear out-of-date after a patch is applied or a new distribution is