diff options
author | Alan Modra <amodra@gmail.com> | 2020-02-04 16:14:55 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-04 21:56:29 +1030 |
commit | e8b791227f26871ae0030465f77c14f225135c28 (patch) | |
tree | 4f5c8007bcbe380877fcbec48cb2b7d5739f8440 /binutils/Makefile.in | |
parent | 780636aec079208cd8ee1079f27d0d5ac5dae48a (diff) | |
download | gdb-e8b791227f26871ae0030465f77c14f225135c28.zip gdb-e8b791227f26871ae0030465f77c14f225135c28.tar.gz gdb-e8b791227f26871ae0030465f77c14f225135c28.tar.bz2 |
Missing objdump dependency od-elf32_avr
* Makefile.am (CFILES): Add od-elf32_avr.c.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 39f0856..ee6f267 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -636,7 +636,7 @@ CFILES = \ is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \ nm.c not-ranlib.c not-strip.c \ objcopy.c objdump.c prdbg.c \ - od-xcoff.c od-macho.c \ + od-elf32_avr.c od-macho.c od-xcoff.c \ rclex.c rdcoff.c rddbg.c readelf.c rename.c \ resbin.c rescoff.c resrc.c resres.c \ size.c srconv.c stabs.c strings.c sysdump.c \ @@ -1057,6 +1057,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/not-strip.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objcopy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objdump.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-elf32_avr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-macho.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-xcoff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prdbg.Po@am__quote@ |