From 39c9a034e3ccfe0810714b08fce7dab716fdd4ad Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 7 Apr 2003 14:14:13 +0000 Subject: [PATCH] (md5.o): Add missing dependency info. --- src/ChangeLog | 6 +++++- src/Makefile.in | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 73b633f380e..7b49d5c22ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Thien-Thi Nguyen + + * Makefile.in (md5.o): Add missing dependency info. + 2003-04-06 Richard M. Stallman * 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. diff --git a/src/Makefile.in b/src/Makefile.in index 2ccc554475f..1ea88981bb0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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) -- 2.39.2