diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-08-13 01:41:37 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 07:03:16 +0000 |
commit | e4d5a464a77aaa196c56d6d73e56e8cdc9decc69 (patch) | |
tree | b38f03ca311f8a2354fde8b798c485114c6e55fb /Makefile.SH | |
parent | 8d300b32a709a689cc4faaa10b28cbb610d1e846 (diff) | |
download | perl-e4d5a464a77aaa196c56d6d73e56e8cdc9decc69.tar.gz |
5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
Message-Id: <199808121941.WAA06263@alpha.hut.fi>
p4raw-id: //depot/perl@1826
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index ff2008f14f..6c8cfceed5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -450,6 +450,7 @@ perly.h: perly.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 interp.sym perlio.sym thread.sym SYMH = perlvars.h thrdvar.h |