projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
847f54e
)
remove stray semicolon
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 6 Jun 2008 18:25:24 +0000
(12:25 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 6 Jun 2008 18:25:24 +0000
(12:25 -0600)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 8c5e3c894e6d91002df986075f614a920fc53eda..5cdc7d5751bbec095466950150a05644dfb66138 100644
(file)
--- 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)