remove stray semicolon
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 6 Jun 2008 18:25:24 +0000 (12:25 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 6 Jun 2008 18:25:24 +0000 (12:25 -0600)
src/mesa/Makefile

index 8c5e3c8..5cdc7d5 100644 (file)
@@ -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)