diff options
Diffstat (limited to 'ext/Encode/EUC_JP/Makefile.PL')
-rw-r--r-- | ext/Encode/EUC_JP/Makefile.PL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/Encode/EUC_JP/Makefile.PL b/ext/Encode/EUC_JP/Makefile.PL index 6b65c9ac8a..03277418d5 100644 --- a/ext/Encode/EUC_JP/Makefile.PL +++ b/ext/Encode/EUC_JP/Makefile.PL @@ -62,6 +62,11 @@ sub postamble $str .= " $table.c"; } $str .= "\n\n"; + foreach my $table (keys %tables) + { + $str .= "$table.c : $table.xs\n"; + } + $str .= "\n"; my $compile = $self->catfile($self->updir,'compile'); foreach my $table (keys %tables) { |