From 60610009607880679a1b16fed88622a01dcdf914 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 4 Jun 2004 09:07:39 +0000 Subject: [PATCH] Fixed YACC call to rename standardly produced y.tab.c and y.tab.h to wktparse.tab.c and wktparse.tab.h git-svn-id: http://svn.osgeo.org/postgis/trunk@584 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lwgeom/Makefile b/lwgeom/Makefile index b118f48f8..129bd8355 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -144,6 +144,9 @@ include $(top_srcdir)/src/Makefile.shlib wktparse.tab.c: wktparse.y $(YACC) -vd -p lwg_parse_yy wktparse.y + mv -f y.tab.c wktparse.tab.c + mv -f y.tab.h wktparse.tab.h + lex.yy.c: wktparse.lex wktparse.tab.c $(FLEX) -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex -- 2.40.0