summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-18 12:54:28 -0700
committerBrian Paul <brianp@vmware.com>2010-02-18 12:54:28 -0700
commitb69dad2921e4477ce721649e4771e73ea453a03b (patch)
tree2b6ef8e872e9dfec11193b4f60096361ad0c3c50 /src/mesa/Makefile
parentd6f55492af3cb82b0113fe6beac0f3494b6e2956 (diff)
mesa: silence mklib output for libglapi.c as for other targets
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index f845d93fbd..0cb49e803f 100644
--- 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