From: Brian Paul Date: Sun, 25 Apr 2004 15:13:56 +0000 (+0000) Subject: fix HP-UX typo (bug 941576) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac0cfee885b1a1aa1d03c1005de7b90ab59ff7e6;p=mesa.git fix HP-UX typo (bug 941576) --- 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 ;;