projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e9c6f
)
improve behaviour on SunOS
author
Ian Lance Taylor
<ian@airs.com>
Tue, 7 Jul 1998 20:23:27 +0000
(20:23 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 7 Jul 1998 20:23:27 +0000
(20:23 +0000)
ltmain.sh
patch
|
blob
|
history
diff --git
a/ltmain.sh
b/ltmain.sh
index
8f8f6fb
..
7906169
100644
(file)
--- a/
ltmain.sh
+++ b/
ltmain.sh
@@
-1055,6
+1055,11
@@
if test -z "$show_help"; then
major=
versuffix=
verstring="0.0"
+ case "$version_type" in
+ sunos)
+ versuffix=".0.0"
+ ;;
+ esac
fi
# Check to see if the archive will have undefined symbols.