diff options
author | marha <marha@users.sourceforge.net> | 2011-12-17 14:29:11 +0100 |
---|---|---|
committer | Marc Haesen <marc@hc-consult.be> | 2011-12-17 14:29:11 +0100 |
commit | 066bffc273e4c5606490cfef7f4a7d973339ce86 (patch) | |
tree | da8183914495c3f377b1fc84861c949a4081016a /xkbcomp/makefile | |
parent | 2431e4455fe13f2f24fe2ac349860dd1adfa5cf2 (diff) | |
download | vcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.tar.gz vcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.tar.bz2 vcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.zip |
Make sure the correct bison is used
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r-- | xkbcomp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile index 0f5600916..a02e67396 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -56,4 +56,4 @@ LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype248MT.lib \ endif $(OBJDIR)\xkbparse.c $(OBJDIR)\xkbparse.h: xkbparse.y - bison -d -o$(OBJDIR)\xkbparse.c $< + bison.bat -d -o$(OBJDIR)\xkbparse.c $< |