aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen2003-04-07 14:14:13 +0000
committerThien-Thi Nguyen2003-04-07 14:14:13 +0000
commit39c9a034e3ccfe0810714b08fce7dab716fdd4ad (patch)
tree7cae107427eea673d13ce8834f0bff57ed91374c /src
parenta9772fb4137e6ff65f6e0306074b1e9da93c08e4 (diff)
downloademacs-39c9a034e3ccfe0810714b08fce7dab716fdd4ad.tar.gz
emacs-39c9a034e3ccfe0810714b08fce7dab716fdd4ad.zip
(md5.o): Add missing dependency info.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in1
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73b633f380e..7b49d5c22ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * Makefile.in (md5.o): Add missing dependency info.
4
12003-04-06 Richard M. Stallman <rms@gnu.org> 52003-04-06 Richard M. Stallman <rms@gnu.org>
2 6
3 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end. 7 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
@@ -11,7 +15,7 @@
11 15
12 * intervals.h (CHECK_TOTAL_LENGTH): New macro. 16 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
13 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. 17 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
14 18
15 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. 19 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
16 All calls deleted. 20 All calls deleted.
17 (lisp_malloc): Do the work here directly. 21 (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)
1129ralloc.o: ralloc.c $(config_h) 1129ralloc.o: ralloc.c $(config_h)
1130vm-limit.o: vm-limit.c mem-limits.h $(config_h) 1130vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1131marker.o: marker.c buffer.h charset.h $(config_h) 1131marker.o: marker.c buffer.h charset.h $(config_h)
1132md5.o: md5.c md5.h $(config_h)
1132minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1133minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1133 buffer.h commands.h charset.h msdos.h $(config_h) 1134 buffer.h commands.h charset.h msdos.h $(config_h)
1134mktime.o: mktime.c $(config_h) 1135mktime.o: mktime.c $(config_h)