Make.rules.in: Add variables for BISONFLAGS and LEXFLAGS.

Robert Shearman rob at codeweavers.com
Tue Jan 16 14:45:04 CST 2007


Make BISONFLAGS default to generating debug information so that parser 
tracing works in the various tools.
---
  Make.rules.in |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)
-------------- next part --------------
diff --git a/Make.rules.in b/Make.rules.in
index 2a6f80c..a88bd85 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -27,7 +27,9 @@ CFLAGS    = @CFLAGS@
 CPPFLAGS  = @CPPFLAGS@
 LIBS      = @LIBS@
 BISON     = @BISON@
+BISONFLAGS = -t
 LEX       = @LEX@
+LEXFLAGS  =
 LEXLIB    = @LEXLIB@
 EXEEXT    = @EXEEXT@
 OBJEXT    = @OBJEXT@


More information about the wine-patches mailing list