projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d36ecf
)
(others): Depend on versioned shared library, not the unversioned one.
author
drepper
<drepper>
Thu, 19 Jun 1997 17:37:59 +0000
(17:37 +0000)
committer
drepper
<drepper>
Thu, 19 Jun 1997 17:37:59 +0000
(17:37 +0000)
extra-lib.mk
patch
|
blob
|
history
diff --git
a/extra-lib.mk
b/extra-lib.mk
index
e608894
..
f2efb4b
100644
(file)
--- a/
extra-lib.mk
+++ b/
extra-lib.mk
@@
-37,7
+37,7
@@
endif
# The linked shared library is never a dependent of lib-noranlib,
# because linking it will depend on libc.so already being built.
ifneq (,$(filter .so,$(object-suffixes-$(lib))))
-others: $(objpfx)$(lib).so
+others: $(objpfx)$(lib).so
$($(lib).so-version)
endif