From: Paul Eggert Date: Sat, 19 Feb 2011 09:51:59 +0000 (-0800) Subject: * deps.mk (fns.o): Depend on ../lib/md5.h. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~794^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff05203ec64be4e2148ca607d4f7e04375426916;p=emacs.git * deps.mk (fns.o): Depend on ../lib/md5.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index cc194f2b21a..0ca3ab720ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-19 Paul Eggert + + * deps.mk (fns.o): Depend on ../lib/md5.h. + 2011-02-18 Stefan Monnier * process.c (Fstart_process, Fmake_serial_process) diff --git a/src/deps.mk b/src/deps.mk index 92da4dd89b0..5bd4a682bfa 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -282,7 +282,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ msdos.h floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ - keyboard.h keymap.h window.h $(INTERVALS_H) coding.h \ + keyboard.h keymap.h window.h $(INTERVALS_H) coding.h ../lib/md5.h \ blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \