diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-07 01:23:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-07 01:23:22 +0000 |
commit | 40db6118849d95d3781556b72c75ecbdb329e0f4 (patch) | |
tree | d24a803243f1721d2b9f37accf6e565e87b1cb6d /opcodes/ChangeLog | |
parent | 86038ada178e4cf8f3a541f2720b26761901e769 (diff) | |
download | gdb-40db6118849d95d3781556b72c75ecbdb329e0f4.zip gdb-40db6118849d95d3781556b72c75ecbdb329e0f4.tar.gz gdb-40db6118849d95d3781556b72c75ecbdb329e0f4.tar.bz2 |
* Makefile.in (ALL_CFLAGS): Define.
(.c.o, disassemble.o): Use $(ALL_CFLAGS).
(MOSTLYCLEAN): Add config.log.
(distclean): Don't remove config.log.
* configure.in: Substitute HDEFINES.
* configure: Rebuild.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f578045..4dfa088 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 6 21:21:33 1995 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (ALL_CFLAGS): Define. + (.c.o, disassemble.o): Use $(ALL_CFLAGS). + (MOSTLYCLEAN): Add config.log. + (distclean): Don't remove config.log. + * configure.in: Substitute HDEFINES. + * configure: Rebuild. + start-sanitize-sh3e Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com> |