Module: Mesa Branch: master Commit: ac8a933aa81251def3b25825c9914bb895e288b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac8a933aa81251def3b25825c9914bb895e288b8
Author: Alexander von Gluck <[email protected]> Date: Tue Dec 27 09:18:18 2011 -0700 mklib: tab cleanup, no functional change Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Brian Paul <[email protected]> --- bin/mklib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/mklib b/bin/mklib index 510ac91..56e0b36 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
