[postgis-commits] svn - r2884 - trunk/liblwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Jul 28 02:13:45 PDT 2008


Author: mcayland
Date: 2008-07-28 02:13:45 -0700 (Mon, 28 Jul 2008)
New Revision: 2884

Modified:
   trunk/liblwgeom/Makefile.in
Log:
Fix -o option for flex; the output filename must be specified immediately after -o without any preceding white space. Per report from Jorgen Austvik.

Modified: trunk/liblwgeom/Makefile.in
===================================================================
--- trunk/liblwgeom/Makefile.in	2008-07-24 11:58:18 UTC (rev 2883)
+++ trunk/liblwgeom/Makefile.in	2008-07-28 09:13:45 UTC (rev 2884)
@@ -59,5 +59,5 @@
 	mv -f y.tab.h wktparse.tab.h
  
 lex.yy.c: wktparse.lex wktparse.tab.c
-	$(LEX) -Plwg_parse_yy -i -f -o 'lex.yy.c' wktparse.lex
+	$(LEX) -Plwg_parse_yy -i -f -o'lex.yy.c' wktparse.lex
  



More information about the postgis-commits mailing list