summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-06-22 20:29:45 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-06-22 20:29:45 -0700
commitfe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 (patch)
tree7145003e32dacff0165594359c65dab9d5b146a9 /src/mesa/Makefile
parent5aa4d5a87d3edea6503a7b9853a318e71718af7c (diff)
Ensure all objects are built when installing DRI
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 175b6f84a8..e0b641b921 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -113,7 +113,7 @@ install-osmesa: default
$(INSTALL) $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)* \
$(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR)
-install-dri:
+install-dri: default
cd drivers/dri && $(MAKE) install