git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33087 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -44,7 +44,7 @@ endif
# default parser generation rules, include prefix for files/vars
%.yy.c: %.l
- $(LEX) $(LFLAGS) $< > $@
+ $(LEX) $(LFLAGS) -t $< > $@
%.output %.tab.h %.tab.c: %.y
$(YACC) -b$* $(YFLAGS) $<
@@ -74,10 +74,10 @@ ifdef MINGW
endif
# lexical analyzer and default options
-LFLAGS = -d -i -s -t
+LFLAGS = -s
# parser generator and default options
-YFLAGS = -d -v -t
+YFLAGS = -d -v
##################### library names #####################################