projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa4d5a
)
Ensure all objects are built when installing DRI
author
Dan Nicholson
<dbn.lists@gmail.com>
Mon, 23 Jun 2008 03:29:45 +0000
(20:29 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Mon, 23 Jun 2008 03:29:45 +0000
(20:29 -0700)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 175b6f84a87729898198c9ebe57ab507192a0202..e0b641b921e79b0c214574cf6c65c1600a330699 100644
(file)
--- 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