From: Jarkko Hietaniemi Date: Mon, 26 Oct 1998 13:02:07 +0000 (+0000) Subject: Also posix-bc wants to reyacc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=25e9a2e3ad9e75ccc06381c3ed3d656041a0f0e2;p=p5sagit%2Fp5-mst-13.2.git Also posix-bc wants to reyacc. p4raw-id: //depot/cfgperl@2094 --- diff --git a/Makefile.SH b/Makefile.SH index 24016d9..6d034d9 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