From be0ef16347db7dc790d295c10eba99e1346e8fd8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 5 Sep 2014 10:28:04 +0000 Subject: [PATCH] Rule to build parser is "parser", not "parse" git-svn-id: http://svn.osgeo.org/postgis/trunk@12943 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index 14566bf89..704ddb1ec 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -30,7 +30,7 @@ YACC=@YACC@ LEX=@LEX@ %c: %l - @echo "WARNING: Lexer not generated. Run 'make parse' to manually build lexer/parser." + @echo "WARNING: Lexer not generated. Run 'make parser' to manually build lexer/parser." # Standalone LWGEOM objects SA_OBJS = \ -- 2.50.1