aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-10-29 07:01:05 +0000
committermarha <marha@users.sourceforge.net>2010-10-29 07:01:05 +0000
commitfa394739914862646cdf5763ef8dff46539a0520 (patch)
tree5820c383a5e3df88717fb74aa3816b28be922a44 /xorg-server/hw/xwin/makefile
parent5c8222f5274c5d56e260d72192d536a7228cfbc8 (diff)
downloadvcxsrv-fa394739914862646cdf5763ef8dff46539a0520.tar.gz
vcxsrv-fa394739914862646cdf5763ef8dff46539a0520.tar.bz2
vcxsrv-fa394739914862646cdf5763ef8dff46539a0520.zip
Solved wrong dependency in xorg-server/hw/xwin/makefile
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile2
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