summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-06-22 20:29:45 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-23 08:14:49 -0600
commit464c585681a647542e4ae8188dc2883c0c8a142e (patch)
tree9ec7ead6d850ef883aae40e3d9ef2ea49fe0d7f3 /src/mesa/Makefile
parent708bb35194e16bf7aaf5cd676f572b7200a156d1 (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 2d0a6e0167..4e0cea240a 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -120,7 +120,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