diff options
| author | Dave Love | 2003-09-25 19:12:11 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-25 19:12:11 +0000 |
| commit | ca716c26d4ff1b5a27ca8b9c4eff2559f14a7793 (patch) | |
| tree | a2a9d6ad59604fcb357a0db69645f6416a886dde /src | |
| parent | b8acc4ed4fbc0fba2a0d9e052b0f24fa0f6ae861 (diff) | |
| download | emacs-ca716c26d4ff1b5a27ca8b9c4eff2559f14a7793.tar.gz emacs-ca716c26d4ff1b5a27ca8b9c4eff2559f14a7793.zip | |
(fns.o): Depend on md5.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 600427ec6ba..72e29df0262 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-25 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (fns.o): Depend on md5.h. | ||
| 4 | |||
| 1 | 2003-09-25 Kim F. Storm <storm@cua.dk> | 5 | 2003-09-25 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * window.c (set_window_buffer): Fix redisplay problems when | 7 | * window.c (set_window_buffer): Fix redisplay problems when |
diff --git a/src/Makefile.in b/src/Makefile.in index c0200af35b6..9b12324ec68 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1172,7 +1172,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | |||
| 1172 | $(config_h) | 1172 | $(config_h) |
| 1173 | floatfns.o: floatfns.c $(config_h) | 1173 | floatfns.o: floatfns.c $(config_h) |
| 1174 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ | 1174 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ |
| 1175 | frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h | 1175 | frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h |
| 1176 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ | 1176 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ |
| 1177 | $(config_h) dispextern.h msdos.h composite.h | 1177 | $(config_h) dispextern.h msdos.h composite.h |
| 1178 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ | 1178 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ |