diff options
author | Dan Nicholson <[email protected]> | 2008-06-22 20:29:45 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-06-22 20:29:45 -0700 |
commit | fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 (patch) | |
tree | 7145003e32dacff0165594359c65dab9d5b146a9 /src/mesa/Makefile | |
parent | 5aa4d5a87d3edea6503a7b9853a318e71718af7c (diff) |
Ensure all objects are built when installing DRI
Diffstat (limited to 'src/mesa/Makefile')
-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 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 |