projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f5549
)
mesa: silence mklib output for libglapi.c as for other targets
author
Brian Paul
<brianp@vmware.com>
Thu, 18 Feb 2010 19:54:28 +0000
(12:54 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 18 Feb 2010 19:54:28 +0000
(12:54 -0700)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index f845d93fbd35e60cc6f57f62472e5883c37915e5..0cb49e803f69ac958569834a95d5392cfd5dff01 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-38,7
+38,7
@@
libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
# Make archive of gl* API dispatcher functions only
libglapi.a: $(GLAPI_OBJECTS)
- $(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
+
@
$(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
######################################################################
# Device drivers