1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build on < 8000000 (yacc doesn't have a -y option)

Reported by:	pkg-fallout
This commit is contained in:
Pietro Cerutti 2014-04-23 11:47:25 +00:00
parent cf9f93a285
commit 6f2f8c48f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351924

View File

@ -14,7 +14,7 @@
y.tab.o: bf.y
- bison -yd bf.y
- gcc -c y.tab.c
+ ${YACC} -yd bf.y
+ ${YACC} -d bf.y
+ ${CC} ${CFLAGS} -c y.tab.c
compiler.o: compiler.c