diff options
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r-- | xkbcomp/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile index b7a64b0dd..63fff1928 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -53,3 +53,5 @@ LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype200b8MT.lib \ $(MHMAKECONF)\pthreads\pthreadVC2.lib endif +xkbparse.c xkbparse.h: xkbparse.y + bison -d -oxkbparse.c $< |