summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-26 13:02:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-26 13:02:07 +0000
commit25e9a2e3ad9e75ccc06381c3ed3d656041a0f0e2 (patch)
tree736d1921411b68bf602ddd6339a8be48052cc9a0 /Makefile.SH
parente108d8ad49a99087b30faabbb58257ee7465c5bc (diff)
downloadperl-25e9a2e3ad9e75ccc06381c3ed3d656041a0f0e2.tar.gz
Also posix-bc wants to reyacc.
p4raw-id: //depot/cfgperl@2094
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 24016d9e77..6d034d969e 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -659,7 +659,7 @@ $define)
xxx=''
echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
case "$osname" in
-os390)
+os390|posix-bc)
rm -f y.tab.c y.tab.h
yacc -d perly.y >/dev/null 2>&1
if cmp -s y.tab.c perly.c; then