mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
2003-02-21 Roland McGrath <roland@redhat.com>
* Makerules: Filter $(install-lib-ldscripts) out of list of targets for libfoo.so that need $(make-link) rules.
This commit is contained in:
parent
49dc759f94
commit
2afbfec453
@ -977,8 +977,10 @@ ifneq (,$(versioned))
|
||||
define o-iterator-doit
|
||||
$(inst_libdir)/$o: $(inst_slibdir)/$o$($o-version) $(+force); $$(make-link)
|
||||
endef
|
||||
object-suffixes-left := $(versioned)
|
||||
object-suffixes-left := $(filter-out $(install-lib-ldscripts),$(versioned))
|
||||
ifneq (,$(object-suffixes-left))
|
||||
include $(o-iterator)
|
||||
endif
|
||||
|
||||
# Make symlinks in the build directory, because the versioned names might
|
||||
# be referenced by a DT_NEEDED in another library.
|
||||
|
Loading…
Reference in New Issue
Block a user