mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
prefix MAKELIB with TOP in default case (Matt Sealey)
This commit is contained in:
parent
20f40fa427
commit
e96a121010
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user