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]

Remove gnulib/m4/memcmp.m4 from aclocal_m4_deps


I noticed that gnulib/m4/memcmp.m4 was removed after this update:

Author: Pedro Alves <pedro@codesourcery.com>
Date:   Sun May 23 00:56:58 2010 +0000

    gdb/
    2010-05-23  Pedro Alves  <pedro@codesourcery.com>

        Update gnulib from latest git.
        (250b80067c1e1d8faa0c42fb572f721975b929c5)
[...]
        * gnulib/m4/memcmp.m4: Removed.

We should remove gnulib/m4/memcmp.m4 from aclocal_m4_deps as well.  It
is somewhat obvious, but review is welcome.

-- 
Yao (éå)
2011-03-07  Yao Qi  <yao@codesourcery.com>

	* gdb/Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 00d624f..db69d97 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1330,7 +1330,6 @@ aclocal_m4_deps = \
 	gnulib/m4/include_next.m4 \
 	gnulib/m4/longlong.m4 \
 	gnulib/m4/memchr.m4 \
-	gnulib/m4/memcmp.m4 \
 	gnulib/m4/memmem.m4 \
 	gnulib/m4/onceonly_2_57.m4 \
 	gnulib/m4/stdint.m4 \

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