projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0768744
)
another tweak from Matt Sealey
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 3 Nov 2003 21:59:36 +0000
(21:59 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 3 Nov 2003 21:59:36 +0000
(21:59 +0000)
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/bin/mklib
index c183bbc57d3211ba02345362645e63cc438fcacc..3501d6529c503dc7c0c54677b3d067f729fe1fbd 100755
(executable)
--- a/
bin/mklib
+++ b/
bin/mklib
@@
-335,6
+335,7
@@
case $ARCH in
echo "mklib: WARNING: please update the bin/mklib script!"
# XXX this is a total hack for Mesa - remove someday
# fall-back to an old mklib.* script
+ LIBNAME="lib${LIBNAME}.a"
${TOP}/${MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS}
FINAL_LIBS="${LIBNAME}"
;;