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 8e393ec..c183bbc 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