diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-10-04 22:37:43 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 04:01:55 +0000 |
commit | 017f25f12cde7f2349c4feace654ff43ec0681aa (patch) | |
tree | e63387ee76dc2935ff9ce98d6527205ee4fc782b /Makefile.SH | |
parent | 2eecd61590cdae0bfd61080e79b0196640ecd60a (diff) | |
download | perl-017f25f12cde7f2349c4feace654ff43ec0681aa.tar.gz |
Cumulative OS/2-related patch
Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1930
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index be25e74ea2..d39934ffe0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -451,7 +451,7 @@ 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 interp.sym perlio.sym thread.sym +SYM = global.sym perlio.sym thread.sym SYMH = perlvars.h thrdvar.h |