another tweak from Matt Sealey

This commit is contained in:
Brian Paul
2003-11-03 21:59:36 +00:00
parent 0768744fde
commit f023391e1a
+1
View File
@@ -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}"
;;