diff options
author | Pedro Alves <palves@redhat.com> | 2013-01-17 11:06:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-01-17 11:06:26 +0000 |
commit | 7d928dac62ff39c745635b275faaa4a618bb6743 (patch) | |
tree | b7574d95aaf9b06615ce193a7388957d5f040e3d /gdb/Makefile.in | |
parent | 9c9e1b263d68630de0b0b4488bd3504d048d5913 (diff) | |
download | gdb-7d928dac62ff39c745635b275faaa4a618bb6743.zip gdb-7d928dac62ff39c745635b275faaa4a618bb6743.tar.gz gdb-7d928dac62ff39c745635b275faaa4a618bb6743.tar.bz2 |
2013-01-17 Pedro Alves <palves@redhat.com>
* acinclude.m4: Include ../config/plugins.m4,
../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
* Makefile.in (aclocal_m4_deps): Update.
* aclocal.m4: Renegerate.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index beb5bcb..7305e6d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1313,15 +1313,17 @@ config.status: $(srcdir)/configure configure.tgt configure.host ACLOCAL = aclocal ACLOCAL_AMFLAGS = -I ../config + +# Keep these in sync with the includes in acinclude.m4. aclocal_m4_deps = \ configure.ac \ acx_configure_dir.m4 \ - ../config/extensions.m4 \ - ../config/lead-dot.m4 \ - ../config/proginstall.m4 \ ../bfd/bfd.m4 \ ../config/acinclude.m4 \ + ../config/plugins.m4 \ + ../config/lead-dot.m4 \ ../config/override.m4 \ + ../config/largefile.m4 \ ../config/gettext-sister.m4 \ ../config/lib-ld.m4 \ ../config/lib-prefix.m4 \ @@ -1330,7 +1332,8 @@ aclocal_m4_deps = \ ../config/tcl.m4 \ ../config/depstand.m4 \ ../config/lcmessage.m4 \ - ../config/codeset.m4 + ../config/codeset.m4 \ + ../config/zlib.m4 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |