aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-01-06 14:03:02 +0000
committerYao Qi <yao.qi@linaro.org>2017-01-06 14:03:02 +0000
commitad5cba2adbdb8ec216d44515468bde8d96892c3d (patch)
tree9c87dc14c324f0bbe3a905e81561818084f97d1b /gdb/Makefile.in
parentfd13a84bb0f4e5eccd495d5538ef4aca7f341528 (diff)
downloadgdb-ad5cba2adbdb8ec216d44515468bde8d96892c3d.zip
gdb-ad5cba2adbdb8ec216d44515468bde8d96892c3d.tar.gz
gdb-ad5cba2adbdb8ec216d44515468bde8d96892c3d.tar.bz2
Update gdb_ptrace.h in HFILES_NO_SRCDIR
Commit e379037 (Move gdb_ptrace.h to nat/), so we should update file name in HFILES_NO_SRCDIR too. Otherwise, 'make tags' complains, $ make tags make: *** No rule to make target `gdb_ptrace.h', needed by `TAGS'. Stop. gdb: 2017-01-06 Yao Qi <yao.qi@linaro.org> * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h with nat/gdb_ptrace.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f5f15c2..ae5a80e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1296,7 +1296,6 @@ HFILES_NO_SRCDIR = \
gdb_expat.h \
gdb_obstack.h \
gdb_proc_service.h \
- gdb_ptrace.h \
gdb_regex.h \
gdb_select.h \
gdb-stabs.h \
@@ -1519,6 +1518,7 @@ HFILES_NO_SRCDIR = \
nat/aarch64-linux.h \
nat/aarch64-linux-hw-point.h \
nat/amd64-linux-siginfo.h \
+ nat/gdb_ptrace.h \
nat/gdb_thread_db.h \
nat/linux-btrace.h \
nat/linux-namespaces.h \