Module: wine Branch: master Commit: f4af3134dec425706b74428317e9ab327b6061cc URL: https://source.winehq.org/git/wine.git/?a=commit;h=f4af3134dec425706b7442831...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 21 12:50:25 2022 +0100
makefiles: Specify the bison prefix directly in the source files.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_43/asmshader.y | 2 ++ dlls/d3dcompiler_43/ppl.l | 4 ++-- dlls/d3dcompiler_43/ppy.y | 2 ++ dlls/jscript/cc_parser.y | 1 + dlls/jscript/parser.y | 3 ++- dlls/msi/cond.y | 5 +++-- dlls/msi/sql.y | 1 + dlls/msxml3/xslpattern.h | 2 +- dlls/msxml3/xslpattern.l | 1 + dlls/msxml3/xslpattern.y | 1 + dlls/vbscript/parser.y | 3 ++- dlls/wbemprox/wql.y | 1 + programs/winedbg/dbg.y | 2 ++ tools/makedep.c | 6 +++--- tools/widl/parser.y | 5 ++++- tools/wmc/mcy.y | 2 ++ tools/wrc/parser.y | 9 ++++++--- tools/wrc/ppl.l | 4 ++-- tools/wrc/ppy.y | 2 ++ 19 files changed, 40 insertions(+), 16 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f4af3134dec425706b744...