projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3752fa
)
mklib: tab cleanup, no functional change
author
Alexander von Gluck
<kallisti5@unixzen.com>
Tue, 27 Dec 2011 16:18:18 +0000
(09:18 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Dec 2011 16:18:25 +0000
(09:18 -0700)
Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/bin/mklib
index 510ac915c8458bbcd3ffa919362cad43839832a1..56e0b36d146233aa7060f55f77b0ed3461be315b 100755
(executable)
--- a/
bin/mklib
+++ b/
bin/mklib
@@
-986,7
+986,7
@@
case $ARCH in
# remove temporary extracted .o files
rm -rf ${LIBNAME}.obj
- else
+
else
LIBNAME="lib${LIBNAME}.so" # prefix with "lib", suffix with ".so"
OPTS="-shared"