]> git.eshelyaron.com Git - emacs.git/commitdiff
(fns.o): Depend on md5.h.
authorDave Love <fx@gnu.org>
Thu, 25 Sep 2003 19:12:11 +0000 (19:12 +0000)
committerDave Love <fx@gnu.org>
Thu, 25 Sep 2003 19:12:11 +0000 (19:12 +0000)
src/ChangeLog
src/Makefile.in

index 600427ec6ba22aa467a0329438a68c777518b55b..72e29df0262e8dd8a29c65a3d14fc3faa10dbcaa 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-25  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (fns.o): Depend on md5.h.
+
 2003-09-25  Kim F. Storm  <storm@cua.dk>
 
        * window.c (set_window_buffer): Fix redisplay problems when
index c0200af35b654c90c5c0f6512292f51efce8300f..9b12324ec68b6fa685718a5a1b9cdd49ef98bde9 100644 (file)
@@ -1172,7 +1172,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
   $(config_h)
 floatfns.o: floatfns.c $(config_h)
 fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
- frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h
+ frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h
 print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \
    $(config_h) dispextern.h msdos.h composite.h
 lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \