summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-01-08 05:59:55 -0800
committerDan Nicholson <dbn.lists@gmail.com>2010-01-08 06:09:19 -0800
commit674c76310fe93dd3d7a15af0f72bb9f04351d09f (patch)
tree9c8c6d241ff4c011b506643b263c8542e6383952 /src/mesa/Makefile
parent3c42e403de9da2abd46cd0d15de107250866859d (diff)
mesa: Ensure libmesagallium.a is finished building before descending
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
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))