From 13c9750ebf22e1c5e3a645e06a638f7e10f3bcc4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Aug 2012 11:00:37 +0000 Subject: [PATCH] Fix a typo that prevented "make TAGS" from working. gdb/Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h. The typo broke "make TAGS". --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6cefea0fc6..24b2a25499 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-08-18 Eli Zaretskii + + * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h. + The typo broke "make TAGS". + 2012-08-17 Joel Brobecker GDB 7.5 released. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 06f93ce554..bb1f0bc5ef 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -772,7 +772,7 @@ cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \ exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \ i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \ ia64-tdep.h ada-lang.h ada-varobj.h varobj.h frv-tdep.h nto-tdep.h serial.h \ -c-lang.h d-lang.h golang.h frame.h event-loop.h block.h cli/cli-setshow.h \ +c-lang.h d-lang.h go-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \ cli/cli-decode.h cli/cli-cmds.h cli/cli-dump.h cli/cli-utils.h \ cli/cli-script.h macrotab.h symtab.h version.h \ gnulib/import/string.in.h gnulib/import/str-two-way.h \ -- 2.34.1