In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7bbf947b84c2a0700fd31acb7a31342cd0b8f796?hp=0399b2152e23eb6ce1f09562d53b87be7fe30924>
- Log ----------------------------------------------------------------- commit 7bbf947b84c2a0700fd31acb7a31342cd0b8f796 Author: Karl Williamson <pub...@khwilliamson.com> Date: Sat Oct 30 15:35:00 2010 -0600 Add l1_char_class_tab.h to Make dependencies ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 5c4e9b7..5f08790 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -454,7 +454,7 @@ h1 = EXTERN.h INTERN.h XSUB.h av.h $(CONFIGH) cop.h cv.h dosish.h h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h -h5 = utf8.h warnings.h mydtrace.h op_reg_common.h +h5 = utf8.h warnings.h mydtrace.h op_reg_common.h l1_char_class_tab.h h = $(h1) $(h2) $(h3) $(h4) $(h5) c1 = av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c -- Perl5 Master Repository