diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-25 17:38:20 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-25 17:38:20 +0000 |
commit | ca0a2b2df10631be99de73737ffadfa5a384fc10 (patch) | |
tree | 17f4947a4bfc750f6d2a210acb9b346eb8ebdf04 /binutils | |
parent | 79568463261e6f243dc21f86631a5493850532b7 (diff) | |
download | gdb-ca0a2b2df10631be99de73737ffadfa5a384fc10.zip gdb-ca0a2b2df10631be99de73737ffadfa5a384fc10.tar.gz gdb-ca0a2b2df10631be99de73737ffadfa5a384fc10.tar.bz2 |
* Makefile.in (install-info): Rewrite to take advantage of VPATH, so FSF
distributions (with info files in $(srcdir)) install properly.
(DISTSTUFF): Build nlmheader.c too.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e44362f..08b0a2f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com) + + * Makefile.in (install-info): Rewrite to take advantage of VPATH, + so FSF distributions (with info files in $(srcdir)) install + properly. + (DISTSTUFF): Build nlmheader.c too. + +Fri Oct 22 11:43:23 1993 Ken Raeburn (raeburn@rover.cygnus.com) + + * ar.c (program_name): Don't define here. + * objdump.c: Include "bucomm.h". + (xmalloc): Don't declare here. + (program_name): Don't define here. + (program_version): Fixed type in declaration. + * size.c: Include "bucomm.h". + (program_name): Don't declare here. + Fri Oct 22 14:10:41 1993 Mark Eichin (eichin@cygnus.com) * objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED |