another tweak from Matt Sealey
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 3 Nov 2003 21:59:36 +0000 (21:59 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 3 Nov 2003 21:59:36 +0000 (21:59 +0000)
bin/mklib

index c183bbc57d3211ba02345362645e63cc438fcacc..3501d6529c503dc7c0c54677b3d067f729fe1fbd 100755 (executable)
--- a/bin/mklib
+++ b/bin/mklib
@@ -335,6 +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
+       LIBNAME="lib${LIBNAME}.a"
        ${TOP}/${MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS}
        FINAL_LIBS="${LIBNAME}"
        ;;