Also posix-bc wants to reyacc.
Jarkko Hietaniemi [Mon, 26 Oct 1998 13:02:07 +0000 (13:02 +0000)]
p4raw-id: //depot/cfgperl@2094

Makefile.SH

index 24016d9..6d034d9 100644 (file)
@@ -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