diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-17 22:23:42 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-17 22:23:42 +0000 |
commit | f2c621e45e3b1681bd5d4fdaf9692d3ef8a123ad (patch) | |
tree | 685bc51000f58dac0c3b7aa22e7fe15cc15258af /bfd/Makefile.in | |
parent | 957df313b7f3a597cf7f2bd1ed3d44cbe38c1fdf (diff) | |
download | gdb-f2c621e45e3b1681bd5d4fdaf9692d3ef8a123ad.zip gdb-f2c621e45e3b1681bd5d4fdaf9692d3ef8a123ad.tar.gz gdb-f2c621e45e3b1681bd5d4fdaf9692d3ef8a123ad.tar.bz2 |
bfd/
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
binutils/
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in: Regenerate.
gas/
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 7a48fda..8ee6681 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -47,7 +47,8 @@ DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \ $(top_srcdir)/po/Make-in $(srcdir)/../depcomp \ $(am__bfdinclude_HEADERS_DIST) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \ + $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/largefile.m4 \ @@ -60,7 +61,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ - $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \ $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -1306,6 +1306,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc12.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m88k.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12x.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12xg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@ |