From f023391e1a18ffe714d7221168dc7566b97de14f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Nov 2003 21:59:36 +0000 Subject: [PATCH] another tweak from Matt Sealey --- bin/mklib | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mklib b/bin/mklib index c183bbc..3501d65 100755 --- 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}" ;; -- 2.7.4