This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
You don't need $(DYNALOADER) to make $(nonxs_ext)
[perl5.git] / regen.pl
index c7b9e13..a1f1ab8 100644 (file)
--- a/regen.pl
+++ b/regen.pl
@@ -18,14 +18,14 @@ safer_unlink ("warnings.h", "lib/warnings.pm");
 
 my %gen = (
           'autodoc.pl'  => [qw[pod/perlapi.pod pod/perlintern.pod]],
-          'bytecode.pl' => [qw[ext/B/B/Asmdata.pm]],
           'embed.pl'    => [qw[proto.h embed.h embedvar.h global.sym
                                perlapi.h perlapi.c]],
           'keywords.pl' => [qw[keywords.h]],
           'opcode.pl'   => [qw[opcode.h opnames.h pp_proto.h pp.sym]],
           'regcomp.pl'  => [qw[regnodes.h]],
           'warnings.pl' => [qw[warnings.h lib/warnings.pm]],
-          'reentr.pl' => [qw[reentr.c reentr.h]],
+          'reentr.pl'   => [qw[reentr.c reentr.h]],
+          'overload.pl' => [qw[overload.h]],
           );
 
 sub do_cksum {
@@ -44,7 +44,7 @@ sub do_cksum {
     return %cksum;
 }
 
-foreach my $pl (qw (keywords.pl opcode.pl embed.pl bytecode.pl
+foreach my $pl (qw (keywords.pl opcode.pl embed.pl
                    regcomp.pl warnings.pl autodoc.pl reentr.pl)) {
   print "$^X $pl\n";
   my %cksum0;