diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-08-18 11:00:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-08-18 11:00:37 +0000 |
commit | 13c9750ebf22e1c5e3a645e06a638f7e10f3bcc4 (patch) | |
tree | 1788e49128866a5f43fc84496870400cf335d088 /gdb/Makefile.in | |
parent | c29e8b6460d2485ed3443f95a5b57c5ec7fb7173 (diff) | |
download | gdb-13c9750ebf22e1c5e3a645e06a638f7e10f3bcc4.zip gdb-13c9750ebf22e1c5e3a645e06a638f7e10f3bcc4.tar.gz gdb-13c9750ebf22e1c5e3a645e06a638f7e10f3bcc4.tar.bz2 |
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".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 06f93ce..bb1f0bc 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 \ |