ChangeSet ID: 20482 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/28 13:17:09
Modified files: tools/wrc : parser.l Makefile.in .cvsignore tools/wmc : mcl.c Makefile.in .cvsignore tools/widl : parser.l Makefile.in .cvsignore tools : makedep.c programs/winedbg: debug.l Makefile.in .cvsignore libs/wpp : ppl.l Makefile.in .cvsignore . : Make.rules.in
Log message: Now that we are requiring bison anyway, make the .tab.c file use the same base name as the .y file, so that we can generate correct dependencies in all cases.
Patch: http://cvs.winehq.org/patch.py?id=20482
Old revision New revision Changes Path 1.28 1.29 +1 -1 wine/tools/wrc/parser.l 1.29 1.30 +6 -7 wine/tools/wrc/Makefile.in 1.4 1.5 +2 -4 wine/tools/wrc/.cvsignore 1.9 1.10 +1 -1 wine/tools/wmc/mcl.c 1.16 1.17 +6 -7 wine/tools/wmc/Makefile.in 1.1 1.2 +2 -2 wine/tools/wmc/.cvsignore 1.29 1.30 +1 -1 wine/tools/widl/parser.l 1.12 1.13 +6 -7 wine/tools/widl/Makefile.in 1.1 1.2 +2 -2 wine/tools/widl/.cvsignore 1.18 1.19 +1 -1 wine/tools/makedep.c 1.14 1.15 +1 -1 wine/programs/winedbg/debug.l 1.9 1.10 +6 -6 wine/programs/winedbg/Makefile.in 1.2 1.3 +2 -2 wine/programs/winedbg/.cvsignore 1.5 1.6 +1 -1 wine/libs/wpp/ppl.l 1.1 1.2 +6 -7 wine/libs/wpp/Makefile.in 1.1 1.2 +2 -2 wine/libs/wpp/.cvsignore 1.190 1.191 +0 -1 wine/Make.rules.in