diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-03 21:59:36 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-03 21:59:36 +0000 |
commit | f023391e1a18ffe714d7221168dc7566b97de14f (patch) | |
tree | 8cbb17913289539b0b4fa406960dae4b9e264239 | |
parent | 0768744fde0b31b1a05f86bedb52ff0168d60608 (diff) |
another tweak from Matt Sealey
-rwxr-xr-x | bin/mklib | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" ;; |