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:
Roland McGrath 2003-02-21 09:30:54 +00:00
parent 49dc759f94
commit 2afbfec453

View File

@ -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.