diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-22 20:29:45 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-23 08:14:49 -0600 |
commit | 464c585681a647542e4ae8188dc2883c0c8a142e (patch) | |
tree | 9ec7ead6d850ef883aae40e3d9ef2ea49fe0d7f3 | |
parent | 708bb35194e16bf7aaf5cd676f572b7200a156d1 (diff) |
Ensure all objects are built when installing DRI
-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 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 |