Mesa (mesa_7_7_branch): mesa: Ensure libmesagallium. a is finished building before descending

Dan Nicholson dbn at kemper.freedesktop.org
Fri Jan 8 14:11:29 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 674c76310fe93dd3d7a15af0f72bb9f04351d09f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=674c76310fe93dd3d7a15af0f72bb9f04351d09f

Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Fri Jan  8 05:59:55 2010 -0800

mesa: Ensure libmesagallium.a is finished building before descending

Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>

---

 src/mesa/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 6f58ad6..96b4ff8 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))
 
 




More information about the mesa-commit mailing list