This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove perlcc and the byteloader
[perl5.git] / regen.pl
index 55bd4dc..c7b9e13 100644 (file)
--- a/regen.pl
+++ b/regen.pl
@@ -18,9 +18,7 @@ safer_unlink ("warnings.h", "lib/warnings.pm");
 
 my %gen = (
           'autodoc.pl'  => [qw[pod/perlapi.pod pod/perlintern.pod]],
-          'bytecode.pl' => [qw[ext/ByteLoader/byterun.h
-                               ext/ByteLoader/byterun.c
-                               ext/B/B/Asmdata.pm]],
+          '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]],