]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 cc194f2b21a5a25ef82d6af63d8ed92b6238ab25..0ca3ab720eaeecb2e119d89d130a5319c571426d 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 92da4dd89b04d464987e6c86d5dca7fd56ede7e9..5bd4a682bfa3d3aad74e5039f6257065eabcc191 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 \