diff options
author | Dan Nicholson <[email protected]> | 2010-01-08 05:59:55 -0800 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2010-01-08 06:09:19 -0800 |
commit | 674c76310fe93dd3d7a15af0f72bb9f04351d09f (patch) | |
tree | 9c8c6d241ff4c011b506643b263c8542e6383952 /src/mesa | |
parent | 3c42e403de9da2abd46cd0d15de107250866859d (diff) |
mesa: Ensure libmesagallium.a is finished building before descending
Signed-off-by: Dan Nicholson <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |