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/
2011-04-02  Jan Kratochvil  <[email protected]>

        * Makefile.in (callback.o): Depends on xmalloc.h.

--- 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

Reply via email to