aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile
index 2c82d9499..5cd338954 100644
--- a/xorg-server/hw/xwin/makefile
+++ b/xorg-server/hw/xwin/makefile
@@ -105,3 +105,8 @@ DEFINES += HAVE_XWIN_CONFIG_H BUILD_DATE=0-0-0000 PTW32_STATIC_LIB
#CSRCS=winkeybd.c
+winprefslex.c: winprefslex.l winprefsyacc.h
+ flex -i -o$@ $<
+
+winprefsyacc.c winprefsyacc.h: winprefsyacc.y
+ bison -d -owinprefsyacc.c $<