From: Brian Paul Date: Fri, 6 Jun 2008 18:25:24 +0000 (-0600) Subject: remove stray semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bde6b57e48693ee87676f4ff1e0bef54b426eeb5;p=mesa.git remove stray semicolon --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 8c5e3c894e6..5cdc7d5751b 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -50,7 +50,7 @@ install: default # Make archive of core mesa object files libmesa.a: $(SOLO_OBJECTS) - @ $(TOP)/bin/mklib -o mesa -static $(SOLO_OBJECTS); + @ $(TOP)/bin/mklib -o mesa -static $(SOLO_OBJECTS) # Make archive of gl* API dispatcher functions only libglapi.a: $(GLAPI_OBJECTS)