diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-25 15:14:06 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-25 15:14:06 +0000 |
commit | 90b756e23a4ede41652720a9f851dcf5c775f233 (patch) | |
tree | 141c3487feb24980d707fb50c67666efe80b924d | |
parent | c7b0ca2c5709daa19a0f4e57e44811efab0d4869 (diff) |
fix HP-UX typo (bug 941576)
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ case $ARCH in echo "mklib: Making HP-UX shared library: " ${RUNLIB} ${DEVLIB} ld -b -o ${RUNLIB} +b ${RUNLIB} ${OBJECTS} ${DEPS} ln -s ${RUNLIB} ${DEVLIB} - FINAL_LIBS="{RUNLIB} ${DEVLIB}" + FINAL_LIBS="${RUNLIB} ${DEVLIB}" fi ;; |