summaryrefslogtreecommitdiff
path: root/x2p/Makefile.SH
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-09-12 05:43:14 +1000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-21 13:12:33 +0000
commit4cec2b33f0aa04d807b9b31c6b4212fe462cd7d4 (patch)
treee74192c7f4eef0e92145a3fae2ccc544961a093c /x2p/Makefile.SH
parent2f47ab8edd56c5955eeed9457c1ac240743f9f69 (diff)
downloadperl-4cec2b33f0aa04d807b9b31c6b4212fe462cd7d4.tar.gz
misc a2p fixes
Message-ID: <20050911094314.GA15155@londo.c47.org> and remove the check_byacc target from the x2p makefile p4raw-id: //depot/perl@25534
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-xx2p/Makefile.SH8
1 files changed, 3 insertions, 5 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index 30d9dd1b8a..1b48753bff 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -111,12 +111,10 @@ a2p$(EXE_EXT): $(obj) a2p$(OBJ_EXT)
# I now supply a2p.c with the kits, so the following section is
# used only if you force byacc to run by saying
-# make run_byacc
+# make run_byacc
+# byacc 1.8.2 or 1.9 are recommended.
-check_byacc:
- @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
-
-run_byacc: FORCE check_byacc
+run_byacc: FORCE
@ echo Expect many shift/reduce and reduce/reduce conflicts
$(BYACC) a2p.y
rm -f a2p.c