Authorship fix, accorind to: http://sourceware.org/ml/gdb-patches/2006-10/msg00260.html
Hi Chet, callback.c now already correctly includes xmalloc.h but the dependency is missing. It is a nitpick, not sure how it is being kept in sync. Thanks, Jan readline/ 2006-10-21 Ulrich Weigand <[email protected]> * Makefile.in (callback.o): Add xmalloc.h dependency. --- readline-6.2-001/Makefile.in 2010-10-11 17:53:52.000000000 +0200 +++ readline/Makefile.in 2011-04-02 19:47:35.000000000 +0200 @@ -447,6 +447,7 @@ util.o: rlprivate.h vi_mode.o: rlprivate.h bind.o: xmalloc.h +callback.o: xmalloc.h complete.o: xmalloc.h display.o: xmalloc.h funmap.o: xmalloc.h _______________________________________________ Bug-readline mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-readline
