fix HP-UX typo (bug 941576)
diff --git a/bin/mklib b/bin/mklib
index 49a5daf..a6e9a08 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -327,7 +327,7 @@
 	    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
 	;;