X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FCN%2FMakefile.PL;h=45ae234c9b459b9b0e2e2b872d322d9a88f93b82;hb=e7cbefb8f35850373025fec8ebf4c27d47127348;hp=d0630b89a761d8b21ca144d5c9cef44e44ee0a75;hpb=11ec04605abd704be5d42c52862751e8383518cb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/CN/Makefile.PL b/ext/Encode/CN/Makefile.PL index d0630b8..45ae234 100644 --- a/ext/Encode/CN/Makefile.PL +++ b/ext/Encode/CN/Makefile.PL @@ -49,7 +49,7 @@ sub post_initialize push (@{$self->{'C'}},"$table.c"); # Do NOT add $table.h etc. to H_FILES unless we own up as to how they # get built. - foreach my $ext (qw($(OBJ_EXT) .c .h _def.h .fnm)) { + foreach my $ext (qw($(OBJ_EXT) .c .h .exh .fnm)) { push (@files,$table.$ext); } } @@ -93,7 +93,7 @@ BOOT: { END foreach my $table (keys %tables) { - print XS qq[#include "${table}_def.h"\n]; + print XS qq[#include "${table}.exh"\n]; } print XS "}\n"; close(XS); @@ -104,7 +104,7 @@ sub postamble { my $self = shift; my $dir = $self->catdir($self->updir,'ucm'); - my $str = "# $name\$(OBJ_EXT) depends on .h and _def.h files not .c files - but all written by enc2xs\n"; + my $str = "# $name\$(OBJ_EXT) depends on .h and .exh files not .c files - but all written by enc2xs\n"; $str .= "$name.c : $name.xs "; foreach my $table (keys %tables) {