]> sourceware.org Git - glibc.git/commitdiff
Thu May 16 00:31:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960516 cvs/libc-960517 cvs/libc-960518 cvs/libc-960519 cvs/libc-960520
authorRoland McGrath <roland@gnu.org>
Thu, 16 May 1996 04:32:47 +0000 (04:32 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 16 May 1996 04:32:47 +0000 (04:32 +0000)
* Makerules [versioned]: Make symlinks in the build directory, because
  the versioned names might be referenced by a DT_NEEDED in another
  library.

ChangeLog
Makerules

index d053faf7d26d846d420af5eafa8f967abcc7210d..d3d8abcaa3a12c6aff8d5fdfb97a03b8c721a78c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 16 00:31:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * Makerules [versioned]: Make symlinks in the build directory, because
+       the versioned names might be referenced by a DT_NEEDED in another
+       library.
+
 Wed May 15 18:59:38 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * manual/examples/longopt.c: Include stdlib.h and getopt.h.
index c8a5c895f2afac1e61137ec61961176ee6e6009c..2ccfeae3fbfb69e92fc1e50e9084f574355c1270 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -601,6 +601,15 @@ endef
 object-suffixes-left := $(versioned)
 include $(..)o-iterator.mk
 
+# Make symlinks in the build directory, because the versioned names might
+# be referenced by a DT_NEEDED in another library.
+define o-iterator-doit
+$(objpfx)$o$($o-version): $(objpfx)$o; $$(make-link)
+endef
+object-suffixes-left := $(versioned)
+include $(..)o-iterator.mk
+
+
 define o-iterator-doit
 $(libdir)/$o$($o-version): $(libdir)/$(o:.so=)-$(version).so; $$(make-link)
 endef
This page took 0.046363 seconds and 5 git commands to generate.