* deps.mk (fns.o): Depend on ../lib/md5.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 09:51:59 +0000 (01:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 09:51:59 +0000 (01:51 -0800)
src/ChangeLog
src/deps.mk

index cc194f2..0ca3ab7 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * deps.mk (fns.o): Depend on ../lib/md5.h.
+
 2011-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * process.c (Fstart_process, Fmake_serial_process)
index 92da4dd..5bd4a68 100644 (file)
@@ -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 \