diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mklib b/bin/mklib index 8e393ecd3ac..c183bbc57d3 100755 --- 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 |