diff options
| author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-22 20:29:45 -0700 | 
|---|---|---|
| committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-22 20:29:45 -0700 | 
| commit | fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 (patch) | |
| tree | 7145003e32dacff0165594359c65dab9d5b146a9 /src | |
| parent | 5aa4d5a87d3edea6503a7b9853a318e71718af7c (diff) | |
Ensure all objects are built when installing DRI
Diffstat (limited to 'src')
| -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 175b6f84a8..e0b641b921 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  | 
