summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 17:54:58 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 17:54:58 +0000
commita8581515f26a081f18157dc1cf5553deae632d07 (patch)
treebf3d23fdba9d467bb86634b2b79dd5795064be61 /Makefile.SH
parenta8a597b252f6dd39ef24cf476a20f8618821e02f (diff)
parent98b55637d580660d79fad229f9c059fcbf7985c2 (diff)
downloadperl-a8581515f26a081f18157dc1cf5553deae632d07.tar.gz
Start getting compiler to work when built with the core.
[Still won't work as of this change.] p4raw-id: //depot/perl@563
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d334525873..4280570916 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -405,10 +405,13 @@ perly.c: perly.y
perly.h: perly.y
-@sh -c true
-# The following three header files are generated automatically
+# The following files are generated automatically
# keywords.h: keywords.pl
# opcode.h: opcode.pl
# embed.h: embed.pl global.sym interp.sym
+# byterun.h: bytecode.pl
+# byterun.c: bytecode.pl
+# lib/B/Asmdata.pm: bytecode.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
@@ -417,6 +420,7 @@ regen_headers: FORCE
perl keywords.pl
perl opcode.pl
perl embed.pl
+ perl bytecode.pl
# Extensions:
# Names added to $(dynamic_ext) or $(static_ext) will automatically