From: Alexander von Gluck Date: Tue, 27 Dec 2011 16:18:18 +0000 (-0700) Subject: mklib: tab cleanup, no functional change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac8a933aa81251def3b25825c9914bb895e288b8;p=mesa.git mklib: tab cleanup, no functional change Reviewed-by: Brian Paul Signed-off-by: Brian Paul --- diff --git a/bin/mklib b/bin/mklib index 510ac915c84..56e0b36d146 100755 --- 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"