bug-readline
[Top][All Lists]
Advanced

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

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


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

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

        * 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



reply via email to

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