diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-02-15 21:05:54 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-02-15 21:05:54 +0000 |
commit | 0feedb2cc81995622315fc4162d17b7ffbf03686 (patch) | |
tree | caae48dc739ab49422e9179ad0cbc1bc1f13f481 /gdb/Makefile.in | |
parent | 648cd113ef17e879ef867c1d37567d0c0138dd47 (diff) | |
download | gdb-0feedb2cc81995622315fc4162d17b7ffbf03686.zip gdb-0feedb2cc81995622315fc4162d17b7ffbf03686.tar.gz gdb-0feedb2cc81995622315fc4162d17b7ffbf03686.tar.bz2 |
gdb/
* Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
* aclocal.m4: Regenerated with aclocal-1.11.1.
* common/configure: Regenerate with autoconf-2.64.
gdb/gdbserver/
* aclocal.m4: Regenerated with aclocal-1.11.1.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e43108e..c6049fa 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1349,7 +1349,7 @@ config.status: $(srcdir)/configure configure.tgt configure.host $(SHELL) config.status --recheck ACLOCAL = aclocal -ACLOCAL_AMFLAGS = -I gnulib/m4 +ACLOCAL_AMFLAGS = -I gnulib/m4 -I ../config aclocal_m4_deps = \ configure.ac \ gnulib/m4/extensions.m4 \ |