From: Roland McGrath Date: Fri, 21 Feb 2003 09:30:54 +0000 (+0000) Subject: 2003-02-21 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2afbfec4539e230be4256a852395eb0963ac7d5a;p=thirdparty%2Fglibc.git 2003-02-21 Roland McGrath * Makerules: Filter $(install-lib-ldscripts) out of list of targets for libfoo.so that need $(make-link) rules. --- diff --git a/Makerules b/Makerules index 75dfd5a2bb0..ef608c29eaa 100644 --- a/Makerules +++ b/Makerules @@ -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.