]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdbserver: Remove a stale TAGS recipe for config files
authorMaciej W. Rozycki <macro@wdc.com>
Fri, 24 Jan 2020 12:56:00 +0000 (12:56 +0000)
committerMaciej W. Rozycki <macro@wdc.com>
Fri, 24 Jan 2020 12:56:00 +0000 (12:56 +0000)
Complement commit 7ea814144a31 ("Fully disentangle gdb and gdbserver"),
<https://sourceware.org/ml/gdb-patches/2002-02/msg00692.html> (from
2002!), and remove a recipe to include config files in `make TAGS',
which are no longer used by `gdbserver' as from that commit.

gdb/gdbserver/
* Makefile.in (TAGS): Remove config files from the recipe.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index e5c05fa4ee31d9aacdbc2480d314e2f98a36c76d..bf0d999148cfeb33e66bac22ba3ece4e19c985f0 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * Makefile.in (TAGS): Remove config files from the recipe.
+
 2020-01-14  Tom Tromey  <tom@tromey.com>
 
        * configure: Rebuild.
index 38f30a027708f85e5d927d54ff6e88e4ba0e08b3..d55083077d23e962eee22666ea0261ed4bebe5f7 100644 (file)
@@ -456,9 +456,7 @@ $(IPA_LIB): $(sort $(IPA_OBJS)) ${CDEPS}
 # specific routine gets the one for the correct machine.
 # The xyzzy stuff below deals with empty DEPFILES
 TAGS:  ${TAGFILES}
-       etags `find ${srcdir}/../config -name $(DEPRECATED_TM_FILE) -print` \
-         `find ${srcdir}/../config -name ${XM_FILE} -print` \
-         `find ${srcdir}/../config -name ${NAT_FILE} -print` \
+       etags \
          `for i in yzzy ${DEPFILES}; do \
             if [ x$$i != xyzzy ]; then \
               echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \