summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-23 12:12:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-23 12:12:07 +0000
commitd5047e5685a6d509cc9a4660c26c3d2a0bc7afe6 (patch)
tree9ef5800bc62cd8e318dcfd50fc94d401572da1ea
parent838b5b74d21682a958710e82c2a1119c38aed2af (diff)
downloadperl-d5047e5685a6d509cc9a4660c26c3d2a0bc7afe6.tar.gz
yacc clarification.
p4raw-id: //depot/cfgperl@2036
-rw-r--r--README.posix-bc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.posix-bc b/README.posix-bc
index e02510c316..ab2ffec1d6 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.