projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4131893
)
fix HP-UX typo (bug 941576)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 25 Apr 2004 15:13:56 +0000
(15:13 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 25 Apr 2004 15:13:56 +0000
(15:13 +0000)
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/bin/mklib
index 49a5daf1a15ebe3e8e53cb3a6c1fda3ac6f16372..a6e9a089f775419d3bb48d2967b1cd5505a343d8 100755
(executable)
--- 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
;;