to allow ancient versions of bison to build parser
git-svn-id: http://svn.osgeo.org/postgis/trunk@16379
b70326c6-7e19-0410-871a-
916f4a2858ee
$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(NUMERICFLAGS) -c -o $@ $<
lwin_wkt_parse.c lwin_wkt_parse.h: lwin_wkt_parse.y
- $(YACC) -o'lwin_wkt_parse.c' -d lwin_wkt_parse.y
+ $(YACC) -p wkt_yy -o'lwin_wkt_parse.c' -d lwin_wkt_parse.y
lwin_wkt_lex.c: lwin_wkt_lex.l
$(LEX) -i lwin_wkt_lex.l
%locations
%error-verbose
-%name-prefix "wkt_yy"
%union {
int integervalue;