diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-17 04:45:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-17 04:45:56 +0000 |
commit | c5def164fd8f569e3ae463a8a1c38d76cb10f9db (patch) | |
tree | f265db471c37bffbe3352aaa2c0ee063e1256128 /ChangeLog | |
parent | 5986eebf3ffa5d5b637312ac66d0a0dfe7e3f49d (diff) |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +1999-02-16 Roland McGrath <roland@baalperazim.frob.com> + + * Makeconf ($(libname).so): Make it a symlink to + $(libname).so.$(hurd-version). + ($(libname).so.$(hurd-version)): New target, renamed from + $(libname).so; link the actual shared object with this name. + Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * Makeconf ($(libname).so): Include $(hurd-version) as part of the @@ -6,7 +13,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> ($(libdir)/$(libname).so): Only create a symlink to the version-numbered name. (install) [makemode == library]: Add - the versioned name $(libdir)/$(libname.so).$(hurd-version). + the versioned name $(libdir)/$(libname.so).$(hurd-version). * version.h.in: New file. * versioh.h, sh-version.sed: Deleted files. @@ -14,7 +21,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * Makefile ($(subdirs)): Depend on version.h. (version.h): New rule. (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in. - + 1999-01-24 Roland McGrath <roland@baalperazim.frob.com> * configure.in: Add AC_PROG_AWK. |