From: Jarkko Hietaniemi Date: Fri, 23 Oct 1998 12:12:07 +0000 (+0000) Subject: yacc clarification. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5047e5685a6d509cc9a4660c26c3d2a0bc7afe6;p=p5sagit%2Fp5-mst-13.2.git yacc clarification. p4raw-id: //depot/cfgperl@2036 --- diff --git a/README.posix-bc b/README.posix-bc index e02510c..ab2ffec 100644 --- a/README.posix-bc +++ b/README.posix-bc @@ -58,6 +58,8 @@ cat perly.y >> /tmp/perly.y cp y.tab.c perly.c cp y.tab.h perly.h +We still used the normal yacc for a2p.y though!!! + We build perl using GNU make, but it should compile with the native make too.