prefix MAKELIB with TOP in default case (Matt Sealey)
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Oct 2003 20:04:43 +0000 (20:04 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Oct 2003 20:04:43 +0000 (20:04 +0000)
bin/mklib

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