diff options
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 4 |
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) |