diff options
author | Brian Paul <[email protected]> | 2008-06-06 12:25:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-06 12:25:24 -0600 |
commit | bde6b57e48693ee87676f4ff1e0bef54b426eeb5 (patch) | |
tree | 06cbc22de268338c891b8538eba084d21c4bb1a1 /src | |
parent | 847f54e2fa3e1b92ee97e7c2895a71ed20ce227b (diff) |
remove stray semicolon
Diffstat (limited to 'src')
-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 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) |