From 066bffc273e4c5606490cfef7f4a7d973339ce86 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 17 Dec 2011 14:29:11 +0100 Subject: Make sure the correct bison is used --- xkbcomp/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xkbcomp') 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 $< -- cgit v1.2.3