From: Dan Nicholson Date: Fri, 8 Jan 2010 13:59:55 +0000 (-0800) Subject: mesa: Ensure libmesagallium.a is finished building before descending X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=674c76310fe93dd3d7a15af0f72bb9f04351d09f;p=mesa.git mesa: Ensure libmesagallium.a is finished building before descending Signed-off-by: Dan Nicholson --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 6f58ad61617..96b4ff8eaca 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -43,7 +43,7 @@ libglapi.a: $(GLAPI_OBJECTS) ###################################################################### # Device drivers -driver_subdirs: libmesa.a libglapi.a +driver_subdirs: libmesa.a libglapi.a libmesagallium.a @ (cd drivers && $(MAKE))