Missed the hunk that adds regen_madly.pl to the regen_perl target.
Nicholas Clark [Sat, 11 Mar 2006 10:21:27 +0000 (10:21 +0000)]
p4raw-id: //depot/perl@27471

Makefile.SH

index d794bee..da28a66 100644 (file)
@@ -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