diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-30 08:43:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-30 08:43:18 +0000 |
commit | 134ca994cfefe0f613d43505a885e4fc2100b05c (patch) | |
tree | 444d2ea18a1948da41234a1fdc0eea6ca7c9bc04 /Makefile.SH | |
parent | 709311217cc7f487e4b8f50cb8f714274e575870 (diff) | |
parent | 22c35a8c2392967a5ba6b5370695be464bd7012c (diff) | |
download | perl-134ca994cfefe0f613d43505a885e4fc2100b05c.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@2140
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 9ed49e9069..285a33b9dc 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -451,14 +451,17 @@ perly.h: perly.y # No compat3.sym here since and including the 5.004_50. # No interp.sym since 5.005_03. -SYM = global.sym perlio.sym thread.sym +SYM = global.sym globvar.sym perlio.sym pp.sym -SYMH = perlvars.h thrdvar.h +SYMH = perlvars.h intrpvar.h thrdvar.h # The following files are generated automatically # keywords.h: keywords.pl # opcode.h: opcode.pl -# embed.h: embed.pl global.sym interp.sym +# pp_proto.h: opcode.pl +# pp.sym: opcode.pl +# embed.h: embed.pl [* needs pp.sym generated by opcode.pl! *] +# embedvar.h: embed.pl [* needs pp.sym generated by opcode.pl! *] # byterun.h: bytecode.pl # byterun.c: bytecode.pl # lib/B/Asmdata.pm: bytecode.pl |