mesa: silence mklib output for libglapi.c as for other targets
authorBrian Paul <brianp@vmware.com>
Thu, 18 Feb 2010 19:54:28 +0000 (12:54 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 18 Feb 2010 19:54:28 +0000 (12:54 -0700)
src/mesa/Makefile

index f845d93fbd35e60cc6f57f62472e5883c37915e5..0cb49e803f69ac958569834a95d5392cfd5dff01 100644 (file)
@@ -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