aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-12-17 14:29:11 +0100
committerMarc Haesen <marc@hc-consult.be>2011-12-17 14:29:11 +0100
commit066bffc273e4c5606490cfef7f4a7d973339ce86 (patch)
treeda8183914495c3f377b1fc84861c949a4081016a /xkbcomp
parent2431e4455fe13f2f24fe2ac349860dd1adfa5cf2 (diff)
downloadvcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.tar.gz
vcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.tar.bz2
vcxsrv-066bffc273e4c5606490cfef7f4a7d973339ce86.zip
Make sure the correct bison is used
Diffstat (limited to 'xkbcomp')
-rw-r--r--xkbcomp/makefile2
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 $<