From 674c76310fe93dd3d7a15af0f72bb9f04351d09f Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 8 Jan 2010 05:59:55 -0800 Subject: mesa: Ensure libmesagallium.a is finished building before descending Signed-off-by: Dan Nicholson --- src/mesa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/Makefile') diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 6f58ad6161..96b4ff8eac 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)) -- cgit v1.2.3