diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-03-01 14:14:44 +0200 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-05 18:48:05 +0000 |
commit | bd656b61a06f544ae070cad87b364e39eafa7528 (patch) | |
tree | a68d51fb75ad7c7b46457d0d57a08047d1e38189 /Makefile.SH | |
parent | 4b534093594d92b34206e8072899488b51e4421c (diff) | |
download | perl-bd656b61a06f544ae070cad87b364e39eafa7528.tar.gz |
Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
p4raw-id: //depot/perl@775
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index e21c3703d3..c1689cd11d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -405,7 +405,8 @@ perly.c: perly.y perly.h: perly.y -@sh -c true -SYM = global.sym interp.sym compat3.sym +# No compat3.sym here since and including the 5.004_50. +SYM = global.sym interp.sym perlio.sym thread.sym SYMH = perlvars.h thrdvar.h |