diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-06-21 12:38:21 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-22 01:53:59 +0000 |
commit | d09b2d29781629d5f0436d3a59d2552621af768b (patch) | |
tree | 991d92776cb5a97bba1d0894f26fc0738df69d19 /Makefile.SH | |
parent | a29cdaf07aa5601e42ae4955cc0f168e91a7c385 (diff) | |
download | perl-d09b2d29781629d5f0436d3a59d2552621af768b.tar.gz |
add patch that generates regnodes.h via regcomp.pl
Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
p4raw-id: //depot/perl@1188
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5150a22f1a..f2d9b8278b 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -450,6 +450,7 @@ SYMH = perlvars.h thrdvar.h # byterun.h: bytecode.pl # byterun.c: bytecode.pl # lib/B/Asmdata.pm: bytecode.pl +# regnodes.h: regcomp.pl # The correct versions should be already supplied with the perl kit, # in case you don't have perl available. # To force them to run, type @@ -459,6 +460,7 @@ regen_headers: FORCE perl opcode.pl perl embed.pl perl bytecode.pl + perl regcomp.pl # Extensions: # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will |