summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-25 15:14:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-25 15:14:06 +0000
commit90b756e23a4ede41652720a9f851dcf5c775f233 (patch)
tree141c3487feb24980d707fb50c67666efe80b924d
parentc7b0ca2c5709daa19a0f4e57e44811efab0d4869 (diff)
fix HP-UX typo (bug 941576)
-rwxr-xr-xbin/mklib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mklib b/bin/mklib
index f4073337c8..c4fda6920c 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -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
;;