diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-07 19:00:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-07 19:00:52 +0000 |
commit | c07dc45948fa30ca7b5035f5802322480d5c6ac5 (patch) | |
tree | daa63fb96c198f672cefaed856914315444c847e /opcodes | |
parent | 5d649ca82a33fff8429b27902a07c4bbd8313627 (diff) | |
download | gdb-c07dc45948fa30ca7b5035f5802322480d5c6ac5.zip gdb-c07dc45948fa30ca7b5035f5802322480d5c6ac5.tar.gz gdb-c07dc45948fa30ca7b5035f5802322480d5c6ac5.tar.bz2 |
* Makefile.in (SONAME): New variable.
($(SHLINK)): Make a link to the transformed name, as well.
(stamp-tshlink): New target.
(install): Skip stamp-tshlink during install.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b699c56..a58db19 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +Wed Feb 7 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (SONAME): New variable. + ($(SHLINK)): Make a link to the transformed name, as well. + (stamp-tshlink): New target. + (install): Skip stamp-tshlink during install. + +Tue Feb 6 12:28:54 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Call AC_ARG_PROGRAM. + * configure: Rebuild. + * Makefile.in (program_transform_name): New variable. + (install): Transform library name before installing it. + Mon Feb 5 16:14:42 1996 Ian Lance Taylor <ian@cygnus.com> * i960-dis.c (mem): Add HX dcinva instruction. |