diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-07-29 11:52:52 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-30 13:49:39 +0200 |
commit | 525270e189d2f57bce4353d13ad4b165e61e7064 (patch) | |
tree | 3ec8f498c6bbd1a4cef3e877fa53a95e60f8a10b /Makefile.SH | |
parent | 60ccc62f70a70f39be7ff2c1e60a05923ce1f4bb (diff) | |
download | perl-525270e189d2f57bce4353d13ad4b165e61e7064.tar.gz |
Add new hdr op_reg_common to Makefile.SH
I believe this is required for dependencies to be calculated properly
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index e8ed3fa2e3..c3f7edfec8 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -461,7 +461,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 +h5 = utf8.h warnings.h mydtrace.h op_reg_common.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 |