diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-27 20:04:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-27 20:04:43 +0000 |
commit | e96a12101003ffdd61ce37f131631f4e6edaaa91 (patch) | |
tree | 036922c85b7d4fbb8fbd67c641fefe8ff25214fb /bin/mklib | |
parent | 20f40fa4273b8800fe05f20c02dd19d5d1203ce5 (diff) |
prefix MAKELIB with TOP in default case (Matt Sealey)
Diffstat (limited to 'bin/mklib')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |