This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Add two gnulib m4 files into aclocal_m4_deps


Find by accident that two m4 files are not added in aclocal_m4_deps.  This patch
is to fix this.  Committed as obvious.

gdb:

2012-04-10  Yao Qi  <yao@codesourcery.com>

	* Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
	and gnulib/m4/gnulib-tool.m4.
---
 gdb/Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 44d76f2..c025c94 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1307,8 +1307,10 @@ aclocal_m4_deps = \
 	configure.ac \
 	gnulib/m4/00gnulib.m4 \
 	gnulib/m4/extensions.m4 \
+	gnulib/m4/gnulib-cache.m4 \
 	gnulib/m4/gnulib-common.m4 \
 	gnulib/m4/gnulib-comp.m4 \
+	gnulib/m4/gnulib-tool.m4 \
 	gnulib/m4/include_next.m4 \
 	gnulib/m4/longlong.m4 \
 	gnulib/m4/memchr.m4 \
-- 
1.7.0.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]