diff options
author | Alexander von Gluck <kallisti5@unixzen.com> | 2011-12-27 09:18:18 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-12-27 09:18:25 -0700 |
commit | ac8a933aa81251def3b25825c9914bb895e288b8 (patch) | |
tree | 14d16a77f621a07d37471a8adbc65b00afd1aa77 /bin | |
parent | a3752fa63bf8b16524ef2840866445247044e07d (diff) |
mklib: tab cleanup, no functional change
Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |