From: Jim Kingdon Date: Sat, 29 Jan 1994 17:30:44 +0000 (+0000) Subject: * Makefile.in (TAGS): Just echo one line, rather than the whole thing. X-Git-Tag: gdb-4_18-branchpoint~15776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b352c0981863e4b8da4467f47ba298a6ac67d7;p=thirdparty%2Fbinutils-gdb.git * 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). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 20c55cd4e7a..6bd31f92278 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).