diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-12-04 15:38:05 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-12-04 15:38:05 +0000 |
commit | f05e27e5b9aa3dce0aa1ab50210632677c656114 (patch) | |
tree | 554397057b8d306c00f664ed300016a919329dac /Makefile.SH | |
parent | 7c345082f1bbc2e6f58c779f0c39f9299c1b2306 (diff) | |
download | perl-f05e27e5b9aa3dce0aa1ab50210632677c656114.tar.gz |
merge perly.y and madlu.y
p4raw-id: //depot/perl@29455
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.SH b/Makefile.SH index 11799f5681..d5684e5fc6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -206,7 +206,6 @@ CLDFLAGS = $ldflags mallocsrc = $mallocsrc mallocobj = $mallocobj -madlyh = $madlyh madlysrc = $madlysrc madlyobj = $madlyobj LNS = $lns @@ -362,7 +361,7 @@ h1 = EXTERN.h INTERN.h XSUB.h av.h config.h 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 $(madlyh) +h5 = utf8.h warnings.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 perl.c @@ -927,10 +926,9 @@ install.html: all installhtml run_byacc: @echo "run_byacc is obsolete; try 'make regen_perly' instead" -# this outputs perly.h, perly.act, perly.tab, madly.h, madly.act and madly.tab +# this outputs perly.h, perly.act and perly.tab regen_perly: perl regen_perly.pl - perl regen_perly.pl madly.y # We don't want to regenerate perly.c and perly.h, but they might # appear out-of-date after a patch is applied or a new distribution is @@ -941,13 +939,6 @@ perly.c: perly.y perly.h: perly.y -@sh -c true -# Similary for madly. -madly.c: madly.y - -@sh -c true - -madly.h: madly.y - -@sh -c true - # No compat3.sym here since and including the 5.004_50. # No interp.sym since 5.005_03. SYM = global.sym globvar.sym perlio.sym pp.sym |