From 464c585681a647542e4ae8188dc2883c0c8a142e Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sun, 22 Jun 2008 20:29:45 -0700 Subject: Ensure all objects are built when installing DRI --- src/mesa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3