aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-02-21 10:18:37 +0000
committermarha <marha@users.sourceforge.net>2011-02-21 10:18:37 +0000
commit2d47702332ee534cda7f913e8d7892e53e4e23dc (patch)
tree43388b90e08a909f9b367c6ff228d6ea7d4617b0 /xorg-server/hw/xwin/makefile
parentc7ba12a119f88d0d16cf5810297f0aa789f93f4f (diff)
downloadvcxsrv-2d47702332ee534cda7f913e8d7892e53e4e23dc.tar.gz
vcxsrv-2d47702332ee534cda7f913e8d7892e53e4e23dc.tar.bz2
vcxsrv-2d47702332ee534cda7f913e8d7892e53e4e23dc.zip
Solved possible parallel build problem
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile
index 6968c917b..b45f2744c 100644
--- a/xorg-server/hw/xwin/makefile
+++ b/xorg-server/hw/xwin/makefile
@@ -168,5 +168,7 @@ AM_LFLAGS = -i
$(OBJDIR)\winprefslex.c: winprefslex.l $(OBJDIR)\winprefsyacc.h
flex $(AM_LFLAGS) -o$@ $<
+$(OBJDIR)\winprefsyacc.c : $(OBJDIR)\winprefsyacc.h # this is to avoid building at the same time of winprefsyacc.obj and winprefsyacc.h, this will give error during generation of winprefsyacc.h because winprefsyacc.c is locked
+
$(OBJDIR)\winprefsyacc.c $(OBJDIR)\winprefsyacc.h: winprefsyacc.y
bison $(AM_YFLAGS) -o$(OBJDIR)\winprefsyacc.c $<