From: Eli Zaretskii Date: Sat, 12 Mar 2011 12:05:05 +0000 (+0200) Subject: src/ChangeLog: Fix last entry for deps.mk. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~590^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecb0f94d1879163e49de80fe46dd2bee94615331;p=emacs.git src/ChangeLog: Fix last entry for deps.mk. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9e4023e996a..5976265ef85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,7 +5,7 @@ Constify `char *' arguments and their references according to prototypes in tparam.h. - * deps.mk (termcap.o): Depend on tparam.h. + * deps.mk (termcap.o): Depend on tparam.h and msdos.h. * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. Adapt all references accordingly.