diff options
author | Brian Paul <[email protected]> | 2010-02-18 12:54:28 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-18 12:54:28 -0700 |
commit | b69dad2921e4477ce721649e4771e73ea453a03b (patch) | |
tree | 2b6ef8e872e9dfec11193b4f60096361ad0c3c50 /src/mesa/Makefile | |
parent | d6f55492af3cb82b0113fe6beac0f3494b6e2956 (diff) |
mesa: silence mklib output for libglapi.c as for other targets
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |