mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Use yacc, not bison -y.
This commit is contained in:
parent
209c369163
commit
bbf6d0a769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24849
1 changed files with 12 additions and 1 deletions
|
@ -86,7 +86,18 @@
|
||||||
|
|
||||||
# If you don't have idlok() in your curses define NOIDLOK
|
# If you don't have idlok() in your curses define NOIDLOK
|
||||||
NO_IDLOK=
|
NO_IDLOK=
|
||||||
@@ -158,8 +158,8 @@
|
@@ -149,17 +149,17 @@
|
||||||
|
# IF you have problems w/ your yacc try bison, Berkeley yacc, or
|
||||||
|
# some other yacc. Some systems don't allow you to
|
||||||
|
# increase the number of terminals (mostly AT&T), SCO's does though.
|
||||||
|
-#YACC=yacc
|
||||||
|
+YACC=yacc
|
||||||
|
# NOTE: Do not use with bison 1.16! Get a new version....
|
||||||
|
-YACC=bison -y
|
||||||
|
+#YACC=bison -y
|
||||||
|
|
||||||
|
# MS-DOS needs y_tab instead of the normal y.tab
|
||||||
|
#YTAB=y_tab
|
||||||
YTAB=y.tab
|
YTAB=y.tab
|
||||||
|
|
||||||
# Command to use to make temporary copies of some source files.
|
# Command to use to make temporary copies of some source files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue