diff options
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 3168606..0095e5f 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2004-09-02 Andrew Cagney <cagney@gnu.org> + + * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE. + 2004-03-23 Daniel Jacobowitz <drow@mvista.com> * linux-low.c (linux_wait): Clear all_processes list also. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 3af7eb4..a5c1f95 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -183,7 +183,7 @@ gdbreplay: gdbreplay.o # specific routine gets the one for the correct machine. # The xyzzy stuff below deals with empty DEPFILES TAGS: ${TAGFILES} - etags `find ${srcdir}/../config -name $(TM_FILE) -print` \ + etags `find ${srcdir}/../config -name $(DEPRECATED_TM_FILE) -print` \ `find ${srcdir}/../config -name ${XM_FILE} -print` \ `find ${srcdir}/../config -name ${NAT_FILE} -print` \ `for i in yzzy ${DEPFILES}; do \ |