From f0c195299015314f757cda1d2bd66f5cd4729c48 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 6 Mar 2012 18:55:19 +0000 Subject: [PATCH] Work around default rule for lexer generation. (#1644) git-svn-id: http://svn.osgeo.org/postgis/trunk@9411 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index 02a2776a1..872003c4c 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -29,6 +29,9 @@ SOVER = @POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@.@POSTGIS_MICRO_VERSION@ YACC=@YACC@ LEX=@LEX@ +%c: %l + @echo "WARNING: Lexer not generated. Run 'make parse' to manually build lexer/parser." + # Standalone LWGEOM objects SA_OBJS = \ stringbuffer.o \ -- 2.40.0