diff options
-rw-r--r-- | xorg-server/hw/xwin/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile index 28af59368..6f3d2f794 100644 --- a/xorg-server/hw/xwin/makefile +++ b/xorg-server/hw/xwin/makefile @@ -112,7 +112,7 @@ DEFINES += HAVE_XWIN_CONFIG_H BUILD_DATE=0-0-0000 PTW32_STATIC_LIB INCLUDES += $(OBJDIR) -$(OBJDIR)\winprefslex.c: winprefslex.l winprefsyacc.h +$(OBJDIR)\winprefslex.c: winprefslex.l $(OBJDIR)\winprefsyacc.h flex -i -o$@ $< $(OBJDIR)\winprefsyacc.c $(OBJDIR)\winprefsyacc.h: winprefsyacc.y |