]> granicus.if.org Git - postgis/commitdiff
Work around default rule for lexer generation. (#1644)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 6 Mar 2012 18:55:19 +0000 (18:55 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 6 Mar 2012 18:55:19 +0000 (18:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9411 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index 02a2776a1e5530459d166e9e31ba7b1dd3ee31b6..872003c4c24637a8a3c2070e00324f894dd84abe 100644 (file)
@@ -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 \