projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708bb35
)
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
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 14:14:49 +0000
(08:14 -0600)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 2d0a6e016780518439f09ae9cbe1da346c7cffee..4e0cea240af817df9f1859ae4f01292fb0bbb643 100644
(file)
--- 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