summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-30 08:43:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-30 08:43:18 +0000
commit134ca994cfefe0f613d43505a885e4fc2100b05c (patch)
tree444d2ea18a1948da41234a1fdc0eea6ca7c9bc04 /Makefile.SH
parent709311217cc7f487e4b8f50cb8f714274e575870 (diff)
parent22c35a8c2392967a5ba6b5370695be464bd7012c (diff)
downloadperl-134ca994cfefe0f613d43505a885e4fc2100b05c.tar.gz
Integrate from mainperl.
p4raw-id: //depot/cfgperl@2140
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH9
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