diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:30:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:30:44 +0000 |
commit | a0b352c0981863e4b8da4467f47ba298a6ac67d7 (patch) | |
tree | 770207a5a2e29bf1c729f029ca72dee6f6ac1372 /gdb/ChangeLog | |
parent | 7a78db151e4ca4adf7b59202eba2be99be951c0a (diff) | |
download | gdb-a0b352c0981863e4b8da4467f47ba298a6ac67d7.zip gdb-a0b352c0981863e4b8da4467f47ba298a6ac67d7.tar.gz gdb-a0b352c0981863e4b8da4467f47ba298a6ac67d7.tar.bz2 |
* Makefile.in (TAGS): Just echo one line, rather than the whole thing.
* Makefile.in: Remove all references to sparcly-nat.c.
* Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
remote-sim.h directly, rather than via $(remote_utils_h). This avoids
duplicating serial.h and target.h.
* Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables
are not used anywhere (a 5 Oct 1993 change removed the uses).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 20c55cd..6bd31f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * Makefile.in (TAGS): Just echo one line, rather than the whole thing. + + * Makefile.in: Remove all references to sparcly-nat.c. + + * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h + remote-sim.h directly, rather than via $(remote_utils_h). This avoids + duplicating serial.h and target.h. + * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables are not used anywhere (a 5 Oct 1993 change removed the uses). |