From: Dan Nicholson Date: Mon, 23 Jun 2008 03:29:45 +0000 (-0700) Subject: Ensure all objects are built when installing DRI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810;p=mesa.git Ensure all objects are built when installing DRI --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 175b6f84a87..e0b641b921e 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