aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-07-21 14:38:19 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-07-21 14:38:19 +0200
commit386d30593e4a1b1267e03c72b812403d9038a75b (patch)
tree9e5faac4fba595fb08a96051a984f075e52427ab /opcodes/Makefile.in
parent7bb9f0c2be98d6c8853e3a0bf992f49c5422bf3e (diff)
downloadgdb-386d30593e4a1b1267e03c72b812403d9038a75b.zip
gdb-386d30593e4a1b1267e03c72b812403d9038a75b.tar.gz
gdb-386d30593e4a1b1267e03c72b812403d9038a75b.tar.bz2
bpf: add missing bpf-dis.c to opcodes/Makefile.am
This was breaking --enable-targets=all builds. opcodes/ChangeLog: 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com> * Makefile.am (TARGET64_LIBOPCODES_CFILES): Add missing bpf-dis.c * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index dcd0e9f..b03ab88 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -486,6 +486,7 @@ TARGET64_LIBOPCODES_CFILES = \
alpha-dis.c \
alpha-opc.c \
bpf-opc.c \
+ bpf-dis.c \
ia64-dis.c \
ia64-opc.c \
loongarch-opc.c \
@@ -876,6 +877,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-dis.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr-dis.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-dis.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-dis.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-opc.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-asm.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-bitset.Plo@am__quote@