diff options
author | Brian Paul <[email protected]> | 2004-04-25 15:13:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-25 15:13:56 +0000 |
commit | ac0cfee885b1a1aa1d03c1005de7b90ab59ff7e6 (patch) | |
tree | 9e50b1b467acdf5e3586497c7d25e880e1efc2d0 /bin/mklib | |
parent | 41318937efb006e71614633caf2a6272ffb9d945 (diff) |
fix HP-UX typo (bug 941576)
Diffstat (limited to 'bin/mklib')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mklib b/bin/mklib index 49a5daf1a15..a6e9a089f77 100755 --- a/bin/mklib +++ b/bin/mklib @@ -327,7 +327,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 ;; |