summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/mklib2
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
;;