From: Brian Paul Date: Thu, 18 Feb 2010 19:54:28 +0000 (-0700) Subject: mesa: silence mklib output for libglapi.c as for other targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b69dad2921e4477ce721649e4771e73ea453a03b;p=mesa.git mesa: silence mklib output for libglapi.c as for other targets --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index f845d93fbd3..0cb49e803f6 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