From 52fb07e2b2e4b207fa519f25468a3d2105fca393 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 30 Mar 2004 14:47:02 +0000 Subject: merge from 6.0.1 branch --- bin/mklib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index ef6dd129b5..e7931e44dc 100755 --- a/bin/mklib +++ b/bin/mklib @@ -290,14 +290,14 @@ case $ARCH in 'HP-UX') if [ $STATIC = 1 ] ; then LIBNAME="lib${LIBNAME}.a" - echo "mklib: Making HPUX static library: " ${LIBNAME} + echo "mklib: Making HP-UX static library: " ${LIBNAME} rm -f ${LIBNAME} ar -ruv ${LIBNAME} ${OBJECTS} FINAL_LIBS=${LIBNAME} else RUNLIB="lib${LIBNAME}.${MAJOR}" DEVLIB="lib${LIBNAME}.sl" - echo "mklib: Making HPUX stared library: " ${RUNLIB} ${DEVLIB} + 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}" -- cgit v1.2.3