projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f40fa
)
prefix MAKELIB with TOP in default case (Matt Sealey)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Oct 2003 20:04:43 +0000
(20:04 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Oct 2003 20:04:43 +0000
(20:04 +0000)
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/bin/mklib
index 8e393ecd3ac5ef90b2411dd005f4945506516deb..c183bbc57d3211ba02345362645e63cc438fcacc 100755
(executable)
--- a/
bin/mklib
+++ b/
bin/mklib
@@
-335,7
+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
- ${MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS}
+ ${
TOP}/${
MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS}
FINAL_LIBS="${LIBNAME}"
;;
esac