From: Jarkko Hietaniemi Date: Wed, 28 Oct 1998 13:39:54 +0000 (+0000) Subject: a2p.y needs to generate also y.tab.h. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bba3460d8eb80ded2bded48cd43a4243039fe519;p=p5sagit%2Fp5-mst-13.2.git a2p.y needs to generate also y.tab.h. p4raw-id: //depot/cfgperl@2109 --- diff --git a/Makefile.SH b/Makefile.SH index 6d034d9..351a47e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -694,7 +694,7 @@ os390|posix-bc) fi cd x2p rm -f y.tab.c - yacc a2p.y >/dev/null 2>&1 + yacc -d a2p.y >/dev/null 2>&1 if cmp -s y.tab.c a2p.c then rm -f y.tab.c