gdb/Makefile.in: fix 'make tags' failure

Message ID 68f1f2bf-a5a9-d1e5-6f5a-ea9d5db3b887@mathworks.com
State New, archived
Headers

Commit Message

Mike Gulick Oct. 30, 2017, 10:19 p.m. UTC
  'make tags' has been broken in master for a couple of weeks.  Hopefully this
is small enough to not require copyright attribution.  Otherwise someone can
be "inspired" by this change to fix it themselves.

Thanks,
Mike

---
From c3936e0e1bf4fab486965496d7ad3966b1846eb8 Mon Sep 17 00:00:00 2001
From: Mike Gulick <mgulick@mathworks.com>
Date: Thu, 19 Oct 2017 16:51:33 -0400
Subject: [PATCH] gdb/Makefile.in: fix 'make tags' failure

Remove reference to gdb.h, which was removed in commit
65630365f7d073430e62b4fe65f34dcdc0a4b05e.
---
 gdb/Makefile.in | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Sergio Durigan Junior Oct. 30, 2017, 11:02 p.m. UTC | #1
On Monday, October 30 2017, Mike Gulick wrote:

> 'make tags' has been broken in master for a couple of weeks.  Hopefully this
> is small enough to not require copyright attribution.  Otherwise someone can
> be "inspired" by this change to fix it themselves.

Thanks for the patch, Mike.  Could you please write a proper ChangeLog
entry and a more descriptive commit message?  When you do that I can
push this in for you under the obvious rule.

Thanks,

> ---
> From c3936e0e1bf4fab486965496d7ad3966b1846eb8 Mon Sep 17 00:00:00 2001
> From: Mike Gulick <mgulick@mathworks.com>
> Date: Thu, 19 Oct 2017 16:51:33 -0400
> Subject: [PATCH] gdb/Makefile.in: fix 'make tags' failure
>
> Remove reference to gdb.h, which was removed in commit
> 65630365f7d073430e62b4fe65f34dcdc0a4b05e.
> ---
>  gdb/Makefile.in | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/gdb/Makefile.in b/gdb/Makefile.in
> index 6cb0970..1a68746 100644
> --- a/gdb/Makefile.in
> +++ b/gdb/Makefile.in
> @@ -1346,7 +1346,6 @@ HFILES_NO_SRCDIR = \
>    frv-tdep.h \
>    ft32-tdep.h \
>    gcore.h \
> -  gdb.h \
>    gdb_bfd.h \
>    gdb_curses.h \
>    gdb-dlfcn.h \
> -- 
> 2.1.4
  

Patch

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6cb0970..1a68746 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1346,7 +1346,6 @@  HFILES_NO_SRCDIR = \
   frv-tdep.h \
   ft32-tdep.h \
   gcore.h \
-  gdb.h \
   gdb_bfd.h \
   gdb_curses.h \
   gdb-dlfcn.h \