From ac0cfee885b1a1aa1d03c1005de7b90ab59ff7e6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 25 Apr 2004 15:13:56 +0000 Subject: fix HP-UX typo (bug 941576) --- bin/mklib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index 49a5daf1a1..a6e9a089f7 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 ;; -- cgit v1.2.3