From 2d47702332ee534cda7f913e8d7892e53e4e23dc Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 21 Feb 2011 10:18:37 +0000 Subject: Solved possible parallel build problem --- xorg-server/hw/xwin/makefile | 2 ++ 1 file changed, 2 insertions(+) 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 $< -- cgit v1.2.3