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".
This commit is contained in:
parent
c29e8b6460
commit
13c9750ebf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
|
||||
The typo broke "make TAGS".
|
||||
|
||||
2012-08-17 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
GDB 7.5 released.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue