From bd31016f96ba0058af97e9c3fa09ea40975deed0 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 28 Sep 2005 02:55:41 +0000 Subject: [PATCH] (TAGS): Put DEPFILES back and add as a dependency. --- gdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c6be93d..8ea5329 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1227,12 +1227,12 @@ gdb1$(EXEEXT): gdb$(EXEEXT) # TAGS depends on all the files that go into it so you can rebuild TAGS # with `make TAGS' and not have to say `rm TAGS' first. -TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR) +TAGS: $(DEPFILES) $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR) @echo Making TAGS @etags $(srcdir)/$(DEPRECATED_TM_FILE) \ $(srcdir)/$(XM_FILE) \ $(srcdir)/$(NAT_FILE) \ - `(for i in $(TAGFILES_NO_SRCDIR); do \ + `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \ echo $(srcdir)/$$i ; \ done ; for i in $(TAGFILES_WITH_SRCDIR); do \ echo $$i ; \ -- 2.7.4