From: Paul Ramsey Date: Tue, 6 Mar 2012 18:55:19 +0000 (+0000) Subject: Work around default rule for lexer generation. (#1644) X-Git-Tag: 2.0.0beta2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0c195299015314f757cda1d2bd66f5cd4729c48;p=postgis Work around default rule for lexer generation. (#1644) git-svn-id: http://svn.osgeo.org/postgis/trunk@9411 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 \