]> granicus.if.org Git - postgis/commitdiff
Fix -o option for flex; the output filename must be specified immediately after ...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 28 Jul 2008 09:13:45 +0000 (09:13 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 28 Jul 2008 09:13:45 +0000 (09:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2884 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index 04563f46d61add02843f46abc3d0ed42cd012d00..037dc96260eda3f5c81c9e034a82746d727c95df 100644 (file)
@@ -59,5 +59,5 @@ wktparse.tab.c: wktparse.y
        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