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 d053faf..d3d8abc 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 c8a5c89..2ccfeae 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