projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f15e3e
)
s/SOLO/MESA/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 20:09:28 +0000
(14:09 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 20:09:28 +0000
(14:09 -0600)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index
d39f282
..
a301625
100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-29,8
+29,8
@@
default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs
# Helper libraries used by many drivers:
# Make archive of core mesa object files
-libmesa.a: $(
SOLO
_OBJECTS)
- @ $(TOP)/bin/mklib -o mesa -static $(
SOLO
_OBJECTS)
+libmesa.a: $(
MESA
_OBJECTS)
+ @ $(TOP)/bin/mklib -o mesa -static $(
MESA
_OBJECTS)
# Make archive of gl* API dispatcher functions only
libglapi.a: $(GLAPI_OBJECTS)