projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Regenerated: autoconf configure.in
[kopensolaris-gnu/glibc.git]
/
extra-lib.mk
diff --git
a/extra-lib.mk
b/extra-lib.mk
index
e608894
..
793dc09
100644
(file)
--- a/
extra-lib.mk
+++ b/
extra-lib.mk
@@
-36,8
+36,8
@@
endif
# The linked shared library is never a dependent of lib-noranlib,
# because linking it will depend on libc.so already being built.
# 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
+ifneq (,$(filter .
os
,$(object-suffixes-$(lib))))
+others: $(objpfx)$(lib).so
$($(lib).so-version)
endif
endif
@@
-49,4
+49,7
@@
endef
object-suffixes-left = $(object-suffixes-$(lib))
include $(patsubst %,$(..)o-iterator.mk,$(object-suffixes-$(lib)))
object-suffixes-left = $(object-suffixes-$(lib))
include $(patsubst %,$(..)o-iterator.mk,$(object-suffixes-$(lib)))
+# Add the version script to the dependencies of the shared library.
+$(objpfx)$(lib).so: $($(lib)-map)
+
endif
endif