fix HP-UX typo (bug 941576)

This commit is contained in:
Brian Paul 2004-04-25 15:13:56 +00:00
parent 41318937ef
commit ac0cfee885

View File

@ -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
;;