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:
0cab242
)
($(objpfx)$(lib).so): Depend on version script.
author
drepper
<drepper>
Sat, 12 Jul 1997 23:14:52 +0000
(23:14 +0000)
committer
drepper
<drepper>
Sat, 12 Jul 1997 23:14:52 +0000
(23:14 +0000)
extra-lib.mk
patch
|
blob
|
history
diff --git
a/extra-lib.mk
b/extra-lib.mk
index
f2efb4b
..
ad9f28c
100644
(file)
--- a/
extra-lib.mk
+++ b/
extra-lib.mk
@@
-49,4
+49,7
@@
endef
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