prefix MAKELIB with TOP in default case (Matt Sealey)

This commit is contained in:
Brian Paul 2003-10-27 20:04:43 +00:00
parent 20f40fa427
commit e96a121010

View File

@ -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