]> granicus.if.org Git - postgis/commitdiff
Fixed YACC call to rename standardly produced y.tab.c and y.tab.h
authorSandro Santilli <strk@keybit.net>
Fri, 4 Jun 2004 09:07:39 +0000 (09:07 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 4 Jun 2004 09:07:39 +0000 (09:07 +0000)
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

index b118f48f8e7c6871808e9170c34e573912833fa5..129bd835585c6ce7c799ae6e532f8ec2606ea424 100644 (file)
@@ -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