yacc doesn't support YYERROR_VERBOSE
This commit is contained in:
parent
354557655f
commit
1050ef1b31
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# cnd Makefile
|
# cnd Makefile
|
||||||
# (C)2005, Dan Ponte
|
# (C)2005, Dan Ponte
|
||||||
# $Amigan: phoned/phoned/Makefile,v 1.4 2005/06/01 20:31:50 dcp1990 Exp $
|
# $Amigan: phoned/phoned/Makefile,v 1.5 2005/06/01 20:48:28 dcp1990 Exp $
|
||||||
include ../global.mk
|
include ../global.mk
|
||||||
# basic stuff. we append for a reason.
|
# basic stuff. we append for a reason.
|
||||||
CPPFLAGS=-I../include -DDEBUG -DYYERROR_VERBOSE
|
CPPFLAGS=-I../include -DDEBUG
|
||||||
CFLAGS+=-g -Wall -W -ansi ${CPPFLAGS}
|
CFLAGS+=-g -Wall -W -ansi ${CPPFLAGS}
|
||||||
LDFLAGS=-lutil
|
LDFLAGS=-lutil
|
||||||
# keep these up to date.
|
# keep these up to date.
|
||||||
|
|
Loading…
Reference in a new issue