bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] [patch] Makefile.in dependency: callback.o: xmalloc.h


From: Jan Kratochvil
Subject: [Bug-readline] [patch] Makefile.in dependency: callback.o: xmalloc.h
Date: Sat, 2 Apr 2011 19:49:49 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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  <address@hidden>

        * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]