diff options
-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 $< |