aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/Makefile.in
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-10-17 12:12:04 +0100
committerYao Qi <yao.qi@linaro.org>2017-10-17 12:12:04 +0100
commit7a7cdfa04b0225dfa6879384075e08d73eaee862 (patch)
treee3e4580d71cd8320d853598f72e800b7c790ee42 /gdb/gdbserver/Makefile.in
parente675d1703fbdec643ec42aa67b9720cb199f4375 (diff)
downloadfsf-binutils-gdb-7a7cdfa04b0225dfa6879384075e08d73eaee862.zip
fsf-binutils-gdb-7a7cdfa04b0225dfa6879384075e08d73eaee862.tar.gz
fsf-binutils-gdb-7a7cdfa04b0225dfa6879384075e08d73eaee862.tar.bz2
[GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule
gdb/gdbserver: 2017-10-17 Yao Qi <yao.qi@linaro.org> * Makefile.in: Remove one rule. * configure.srv: Rename aarch64-insn.o with arch/aarch64-insn.o.
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r--gdb/gdbserver/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index eff6fa5..8e73563 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -581,10 +581,6 @@ arch/%.o: ../arch/%.c
$(COMPILE) $<
$(POSTCOMPILE)
-%.o: ../arch/%.c
- $(COMPILE) $<
- $(POSTCOMPILE)
-
%.o: ../common/%.c
$(COMPILE) $<
$(POSTCOMPILE)