]> git.eshelyaron.com Git - emacs.git/commitdiff
(md5.o): Add missing dependency info.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 7 Apr 2003 14:14:13 +0000 (14:14 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 7 Apr 2003 14:14:13 +0000 (14:14 +0000)
src/ChangeLog
src/Makefile.in

index 73b633f380e6f87f6b1a0462b3c854415840f444..7b49d5c22ee65730d309f610c899064e1a41774a 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * Makefile.in (md5.o): Add missing dependency info.
+
 2003-04-06  Richard M. Stallman  <rms@gnu.org>
 
        * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
@@ -11,7 +15,7 @@
 
        * intervals.h (CHECK_TOTAL_LENGTH): New macro.
        * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
-       
+
        * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
        All calls deleted.
        (lisp_malloc): Do the work here directly.
index 2ccc554475fe9cd156ca72e1e6c3d0775da6dbe6..1ea88981bb056234526dfada2181b729f4d99837 100644 (file)
@@ -1129,6 +1129,7 @@ gmalloc.o: gmalloc.c $(config_h)
 ralloc.o: ralloc.c $(config_h)
 vm-limit.o: vm-limit.c mem-limits.h $(config_h)
 marker.o: marker.c buffer.h charset.h $(config_h)
+md5.o: md5.c md5.h $(config_h)
 minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
    buffer.h commands.h charset.h msdos.h $(config_h)
 mktime.o: mktime.c $(config_h)